Skip to content

Commit

Permalink
fix: use v2 action snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
ermos committed Mar 3, 2023
1 parent 65fc78e commit 084bd4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
go-version: '>=1.20.1'
cache: true
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
uses: samuelmeuli/action-snapcraft@v2
with:
snapcraft_token: ${{ secrets.snapcraft_token }}
skip_install: true
# More assembly might be required: Docker logins, GPG, etc. It all depends
# on your needs.
- uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit 084bd4c

Please sign in to comment.