Skip to content

Commit

Permalink
ci: fix my dumbness
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 13, 2024
1 parent 365b9fb commit 279b81b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ 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 All @@ -33,4 +29,4 @@ jobs:
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
AUR_KEY: ${{ secrets.AUR_KEY }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}

0 comments on commit 279b81b

Please sign in to comment.