Skip to content

Commit

Permalink
fix: use action-snapcraft@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhem committed Mar 11, 2024
1 parent 20a2854 commit ec622cf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
check-latest: true
- name: Checkout
uses: actions/checkout@v1

# snapcraft export-login --snaps bump -
- name: Snapcraft Action
uses: samuelmeuli/[email protected]
with:
snapcraft_token: ${{ secrets.SNAPCRAFT_TOKEN }}
uses: samuelmeuli/action-snapcraft@v2
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit ec622cf

Please sign in to comment.