Skip to content

Commit

Permalink
Use older version of snapcraft (#317).
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Apr 30, 2024
1 parent 7a7e55c commit 5ce5354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Set up Snapcraft
run: |
sudo apt-get update
sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft
sudo apt-get -yq --no-install-suggests --no-install-recommends install snapcraft=8.1.0
-
name: Dockerhub Login
run: |
Expand All @@ -45,7 +45,7 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist --debug --parallelism=1
args: release --rm-dist --debug
key: ${{ secrets.YOUR_PRIVATE_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ changelog:
brews:
-
name: plenti
tap:
repository:
owner: plentico
name: homebrew-plenti
homepage: "https://plenti.co/"
Expand Down

0 comments on commit 5ce5354

Please sign in to comment.