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 28
28
tag_name : v${{ steps.read-version.outputs.version_full }}
29
29
version_commit : ${{ steps.version_commit.outputs.commit_long_sha }}
30
30
pushed : ${{ steps.version_commit.outputs.pushed }}
31
+ tagged : ${{ steps.version_commit.outputs.tagged }}
31
32
tag_pushed : ${{ steps.version_commit.outputs.tag_pushed }}
32
33
if : github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'quarto-dev/quarto-cli')
33
34
steps :
@@ -656,7 +657,7 @@ jobs:
656
657
git push origin $GITHUB_REF_NAME
657
658
658
659
- name : Deleted created tag
659
- if : ${{ needs.configure.outputs.tag_pushed }}
660
+ if : ${{ needs.configure.outputs.tagged && needs.configure.outputs. tag_pushed }}
660
661
run : |
661
662
git push --delete origin ${{ needs.configure.outputs.tag_name }}
662
663
You can’t perform that action at this time.
0 commit comments