Skip to content

Commit

Permalink
Fix snap upload
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoanc committed Jul 14, 2024
1 parent a854f8c commit d1afb13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ jobs:

- name: Upload snap
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
store_login: ${{ secrets.STORE_LOGIN }}
snap: ${{ steps.snapcraft.outputs.snap }}
release: stable
repo_token: ${{ secrets.SECRET_TOKEN }}
Expand Down

0 comments on commit d1afb13

Please sign in to comment.