We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfdfad commit 6036845Copy full SHA for 6036845
.github/workflows/goreleaser.yml
@@ -36,9 +36,9 @@ jobs:
36
- name: Snapcraft Login
37
if: success() && startsWith(github.ref, 'refs/tags/')
38
env:
39
- SNAPCRAFT_TOKEN: ${{ secrets.SNAP_LOGIN_KEY }}
+ SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_LOGIN_KEY }}
40
run: |
41
- snapcraft login --with <(echo "$SNAPCRAFT_TOKEN")
+ snapcraft login
42
- name: Docker Login
43
if: success()
44
0 commit comments