Skip to content

Commit

Permalink
Fix Snap publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed May 22, 2023
1 parent 2a9cd22 commit 3e290e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
id: build

- uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
with:
store_login: ${{ secrets.SNAP_STORE_LOGIN }}
snap: ${{ steps.build.outputs.snap }}
release: ${{ matrix.level }}

0 comments on commit 3e290e5

Please sign in to comment.