Skip to content

Commit

Permalink
Merge pull request chinmina#59 from jamestelfer/goreleaser-upgrade
Browse files Browse the repository at this point in the history
chore: upgrade goreleaser to latest version
  • Loading branch information
jamestelfer authored Sep 19, 2024
2 parents 0086f84 + be25afc commit f41696e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
jobs:
goreleaser:
# deploy with the correct environment to allow DockerHub access
environment: Publish
environment: "Publish"

runs-on: ubuntu-latest
steps:
Expand All @@ -37,7 +37,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: v1.25.1
version: v2.3.2
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
version: 2

builds:
- id: release
Expand Down

0 comments on commit f41696e

Please sign in to comment.