Skip to content

Commit

Permalink
only check whether tag has been created from RP action before running…
Browse files Browse the repository at this point in the history
… goreleaser
  • Loading branch information
sloloris committed Dec 10, 2024
1 parent 04b45bd commit 15fe79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
permissions:
contents: read
pull-requests: write
if: ${{ needs.release-package.outputs.release-created == 'true' && needs.release-package.outputs.upload-tag-name != ''}}
if: ${{ needs.release-package.outputs.upload-tag-name != ''}}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
Expand Down

0 comments on commit 15fe79f

Please sign in to comment.