Skip to content

Commit

Permalink
Merge pull request #274 from yudong2015/github_action_release
Browse files Browse the repository at this point in the history
update goreleaser to v3
  • Loading branch information
yudong2015 committed Dec 8, 2022
2 parents 48ae816 + af7c2cc commit 1d2ace1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
docker login --username ${{ secrets.DOCKER_HUB_USER }} --password ${{secrets.DOCKER_HUB_TOKEN}}
docker login ghcr.io --username yudong2015 --password ${{secrets.GH_PUBLISH_SECRETS}}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.6.1
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 1d2ace1

Please sign in to comment.