We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07895dd commit c3f1a4aCopy full SHA for c3f1a4a
.github/workflows/release.yml
@@ -10,6 +10,9 @@ permissions:
10
packages: write
11
issues: write
12
13
+env:
14
+ SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
15
+
16
jobs:
17
test:
18
runs-on: ubuntu-latest
@@ -44,11 +47,7 @@ jobs:
44
47
cache: true
45
48
46
49
- name: Set up Snapcraft
- run: |
- sudo apt-get update
- sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
50
- mkdir -p $HOME/.cache/snapcraft/download
51
- mkdir -p $HOME/.cache/snapcraft/stage-packages
+ uses: samuelmeuli/action-snapcraft@v3
52
53
# Run GoReleaser
54
- name: Run GoReleaser
@@ -60,4 +59,3 @@ jobs:
60
59
env:
61
# Used for GitHub token and pushing to other repos
62
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}
63
- SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN }}
0 commit comments