Skip to content

Commit

Permalink
fix tagpr needs output setting
Browse files Browse the repository at this point in the history
  • Loading branch information
krrrr38 committed Aug 22, 2024
1 parent 4ce6d4d commit ab18f0e
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 @@ -22,7 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
goreleaser:
needs: tagpr
if: "steps.tagpr.outputs.tag != ''"
if: "needs.tagpr.outputs.tagpr-tag != ''"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit ab18f0e

Please sign in to comment.