Skip to content

Commit

Permalink
Snap: fix deprecation errors for publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Nov 5, 2024
1 parent 69276f1 commit 8599f8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
path: installer/snap

- 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: ${{ github.event.inputs.release-channel }}

0 comments on commit 8599f8e

Please sign in to comment.