We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5039af0 commit db49382Copy full SHA for db49382
.github/workflows/ci.yml
@@ -103,11 +103,10 @@ jobs:
103
104
- name: Setup Snapcraft
105
run: |
106
- sudo apt-get update
107
- sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
+ sudo snap install snapcraft --classic
108
mkdir -p $HOME/.cache/snapcraft/download
109
mkdir -p $HOME/.cache/snapcraft/stage-packages
110
- if: github.ref_type == 'tag'
+ # if: github.ref_type == 'tag'
111
112
- name: Run GoReleaser
113
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
0 commit comments