Skip to content

Commit

Permalink
ci: Fix snapcraft publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>
  • Loading branch information
mrexox committed Aug 13, 2022
1 parent a316b4a commit ad99947
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
with:
snapcraft_token: ${{ secrets.SNAPCRAFT_TOKEN }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand All @@ -38,6 +36,7 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}

- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
Expand Down

0 comments on commit ad99947

Please sign in to comment.