Skip to content

Commit

Permalink
deps: update goreleaser to 1.16.2 (#3257)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 authored Mar 22, 2023
1 parent 6e3a9eb commit 11a3b00
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
uses: goreleaser/goreleaser-action@v4
if: (!contains(github.ref, 'pre'))
with:
version: v0.183.0
args: release --rm-dist
version: v1.16.2
# You can pass flags to goreleaser via GORELEASER_ARGS
# --clean will save you deleting the dist dir
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -46,8 +48,10 @@ jobs:
uses: goreleaser/goreleaser-action@v4
if: contains(github.ref, 'pre')
with:
version: v0.183.0
args: release --rm-dist --release-notes=tmp-CHANGELOG.md
version: v1.16.2
# You can pass flags to goreleaser via GORELEASER_ARGS
# --clean will save you deleting the dist dir
args: release --clean --release-notes=tmp-CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_CURRENT_TAG: ${{ steps.changelog.outputs.RELEASE_TAG }}
Expand All @@ -64,7 +68,7 @@ jobs:
formula-name: atlantis
commit-message: |
{{formulaName}} {{version}}
Created by https://github.com/mislav/bump-homebrew-formula-action
env:
COMMITTER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 11a3b00

Please sign in to comment.