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 7d47222
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 @@ -9,6 +9,8 @@ jobs:
release:
name: Goreleaser
runs-on: ubuntu-latest
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
steps:
- name: Set up Go
uses: actions/setup-go@v5
Expand All @@ -17,10 +19,11 @@ 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

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

0 comments on commit 7d47222

Please sign in to comment.