Skip to content

Commit

Permalink
ci: fix missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Jan 21, 2024
1 parent 41adecc commit 058bd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/relesase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
generate-zip: true
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: ${{ env.PLUGIN_SLUG }}

- name: Upload release asset
Expand Down

0 comments on commit 058bd3a

Please sign in to comment.