Skip to content

Commit

Permalink
Upgrading goreleaser to current version (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hinderberger authored Jun 6, 2024
1 parent 97ab9b6 commit cd290ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
go-version: ${{ env.go_version }}

- name: Run goreleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.FYLR_BOT_PERSONAL_ACCESS_TOKEN }}

Expand All @@ -50,4 +50,4 @@ jobs:
SLACK_COLOR: "#ff0000"
SLACK_MESSAGE: Failed to build release
SLACK_TITLE: Failed to build release
SLACK_FOOTER: ""
SLACK_FOOTER: ""

0 comments on commit cd290ab

Please sign in to comment.