Skip to content

Commit

Permalink
chore(deps): bump goreleaser from v2.0.0 to v2.1.0 (#7162)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen authored Jul 16, 2024
1 parent c8a7abd commit b76a725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: v2.0.0
version: v2.1.0
args: release -f=${{ inputs.goreleaser_config}} ${{ inputs.goreleaser_options}}
env:
GITHUB_TOKEN: ${{ secrets.ORG_REPO_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: v2.0.0
version: v2.1.0
args: build --snapshot --clean --timeout 90m ${{ steps.goreleaser_id.outputs.id }}

0 comments on commit b76a725

Please sign in to comment.