Skip to content

Commit

Permalink
chore: upgrade goreleaser to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestelfer committed Sep 19, 2024
1 parent 0086f84 commit f4a60a3
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 f4a60a3

Please sign in to comment.