Skip to content

Commit 9b88362

Browse files
committed
Updates snap login action
1 parent 6036845 commit 9b88362

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
# ${{ runner.os }}-go-
3636
- name: Snapcraft Login
3737
if: success() && startsWith(github.ref, 'refs/tags/')
38-
env:
39-
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_LOGIN_KEY }}
40-
run: |
41-
snapcraft login
38+
uses: samuelmeuli/action-snapcraft@v1
39+
with:
40+
snapcraft_token: ${{ secrets.SNAP_LOGIN_KEY }}
41+
skip_install: true
4242
- name: Docker Login
4343
if: success()
4444
env:

0 commit comments

Comments
 (0)