Skip to content

Commit

Permalink
Merge 4e6a3f6 into 30c744a
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW authored Sep 28, 2022
2 parents 30c744a + 4e6a3f6 commit bf1ed38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
tagpr:
runs-on: ubuntu-latest
outputs:
tagpr-tag: ${{ steps.run-tagpr.outputs.tag }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -19,7 +21,7 @@ jobs:

release:
needs: tagpr
if: needs.tagpr.outputs.run-tagpr.outputs.tag != ''
if: needs.tagpr.outputs.tagpr-tag != ''
runs-on: macos-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bf1ed38

Please sign in to comment.