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 6036845 commit 9b88362Copy full SHA for 9b88362
.github/workflows/goreleaser.yml
@@ -35,10 +35,10 @@ jobs:
35
# ${{ runner.os }}-go-
36
- name: Snapcraft Login
37
if: success() && startsWith(github.ref, 'refs/tags/')
38
- env:
39
- SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_LOGIN_KEY }}
40
- run: |
41
- snapcraft login
+ uses: samuelmeuli/action-snapcraft@v1
+ with:
+ snapcraft_token: ${{ secrets.SNAP_LOGIN_KEY }}
+ skip_install: true
42
- name: Docker Login
43
if: success()
44
env:
0 commit comments