Skip to content

Commit

Permalink
fix: i hate snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 12, 2024
1 parent 6e64546 commit 365b9fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ jobs:
with:
go-version: stable
- name: setup-snapcraft
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN }}
run: |
sudo apt-get update
sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
snapcraft --version
snapcraft whoami
- uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser-pro
Expand Down

0 comments on commit 365b9fb

Please sign in to comment.