Skip to content

Commit

Permalink
add overwrite function to asset
Browse files Browse the repository at this point in the history
  • Loading branch information
gsdenys committed Feb 27, 2023
1 parent 192d548 commit 5717821
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: wangyoucao577/go-release-action@v1.33
- uses: wangyoucao577/go-release-action@v1.35
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
overwrite: TRUE

docker:
name: Docker build and push
Expand All @@ -37,7 +38,7 @@ jobs:

steps:
- uses: actions/checkout@v3

- uses: cloudposse/github-action-docker-build-push@1.9.0
with:
organization: "${{ github.event.repository.owner.login }}"
Expand Down

0 comments on commit 5717821

Please sign in to comment.