Skip to content

Commit

Permalink
Merge pull request #40 from vshn/renovate/goreleaser-goreleaser-actio…
Browse files Browse the repository at this point in the history
…n-4.x

Update goreleaser/goreleaser-action action to v4
  • Loading branch information
anothertobi authored Feb 15, 2023
2 parents 15abe97 + a6c129b commit 11938ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: goreleaser/goreleaser-action@v2
- uses: goreleaser/goreleaser-action@v4
with:
args: release --snapshot --skip-sign

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Login to Docker hub
run: docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} -p ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Publish releases
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v4
with:
args: release
env:
Expand Down

0 comments on commit 11938ec

Please sign in to comment.