Skip to content

Commit

Permalink
fix(release): don't call goreleaser if there is no release
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Sep 18, 2024
1 parent 5eb4502 commit 3989ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ runs:
fi
- name: Goreleaser
uses: goreleaser/goreleaser-action@v6
if: steps.release.outputs.new-release-version != '' || inputs.dry-run == 'true'
env:
GITHUB_TOKEN: ${{ inputs.github-token }}
GOPRIVATE: github.com/turo/
Expand Down

0 comments on commit 3989ca4

Please sign in to comment.