Skip to content

Commit

Permalink
Provide snapcraft env to all steps
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-hudelmaier committed Jan 17, 2024
1 parent 0b93749 commit 2fb8ccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
goreleaser:
runs-on: ubuntu-latest
env:
# snapcraft export-login --snaps checkson --channels stable -
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.snapcraft_token }}
steps:
-
name: Checkout
Expand All @@ -24,9 +27,6 @@ jobs:
-
name: Snapcraft login
uses: samuelmeuli/action-snapcraft@v2
env:
# snapcraft export-login --snaps checkson --channels stable -
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.snapcraft_token }}

-
name: Run GoReleaser
Expand Down

0 comments on commit 2fb8ccc

Please sign in to comment.