File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2828 tag_name : v${{ steps.read-version.outputs.version_full }}
2929 version_commit : ${{ steps.version_commit.outputs.commit_long_sha }}
3030 pushed : ${{ steps.version_commit.outputs.pushed }}
31+ tagged : ${{ steps.version_commit.outputs.tagged }}
3132 tag_pushed : ${{ steps.version_commit.outputs.tag_pushed }}
3233 if : github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'quarto-dev/quarto-cli')
3334 steps :
@@ -656,7 +657,7 @@ jobs:
656657 git push origin $GITHUB_REF_NAME
657658
658659 - name : Deleted created tag
659- if : ${{ needs.configure.outputs.tag_pushed }}
660+ if : ${{ needs.configure.outputs.tagged && needs.configure.outputs. tag_pushed }}
660661 run : |
661662 git push --delete origin ${{ needs.configure.outputs.tag_name }}
662663
You can’t perform that action at this time.
0 commit comments