Skip to content

Commit

Permalink
fix: goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mightymatth committed Feb 23, 2023
1 parent 208d83b commit c1b2abd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -21,8 +21,6 @@ jobs:

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_SECRET }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand All @@ -32,3 +30,7 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run locally `snapcraft export-login -`,
# set to SNAPCRAFT_STORE_CREDENTIALS in GitHub Secrets,
# token valid for one year.
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}

0 comments on commit c1b2abd

Please sign in to comment.