mirror of
https://github.com/httpie/cli.git
synced 2024-11-24 16:53: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
|
id: build
|
||||||
|
|
||||||
- uses: snapcore/action-publish@v1
|
- uses: snapcore/action-publish@v1
|
||||||
|
env:
|
||||||
|
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
|
||||||
with:
|
with:
|
||||||
store_login: ${{ secrets.SNAP_STORE_LOGIN }}
|
|
||||||
snap: ${{ steps.build.outputs.snap }}
|
snap: ${{ steps.build.outputs.snap }}
|
||||||
release: ${{ matrix.level }}
|
release: ${{ matrix.level }}
|
||||||
|
Loading…
Reference in New Issue
Block a user