Skip to content

Commit

Permalink
Merge pull request #23 from systemli/dependabot/github_actions/gorele…
Browse files Browse the repository at this point in the history
…aser/goreleaser-action-6.1.0

Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0
  • Loading branch information
0x46616c6b authored Dec 3, 2024
2 parents 0cabf12 + 5400708 commit 61f55a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
go-version-file: "go.mod"

- name: Build Releases
uses: goreleaser/goreleaser-action@v6.0.0
uses: goreleaser/goreleaser-action@v6.1.0
with:
version: "~> v2"
args: release --clean --snapshot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build Releases
uses: goreleaser/goreleaser-action@v6.0.0
uses: goreleaser/goreleaser-action@v6.1.0
with:
version: "~> v2"
args: release --clean
Expand Down

0 comments on commit 61f55a7

Please sign in to comment.