Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Pereira <[email protected]>
  • Loading branch information
joaopapereira committed Feb 2, 2023
1 parent 38be171 commit 5dfbe58
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
go-version: 1.19.5
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757
# if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
with:
version: 1.13.1
args: release --rm-dist --debug --skip-publish
# args: release --rm-dist --debug ${{ env.SKIP_PUBLISH }}
args: release --rm-dist --debug ${{ env.SKIP_PUBLISH }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/github-script@v4
Expand Down

0 comments on commit 5dfbe58

Please sign in to comment.