mirror of
https://github.com/httpie/cli.git
synced 2024-11-07 08:24:35 +01:00
Fix Snap publish action
This commit is contained in:
parent
2a9cd226aa
commit
3e290e5dba
3
.github/workflows/release-snap.yml
vendored
3
.github/workflows/release-snap.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user