We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee147a commit adf1c19Copy full SHA for adf1c19
.github/workflows/ci.yml
@@ -274,4 +274,4 @@ jobs:
274
tag_name: ${{ needs.draft-release.outputs.tag_name }}
275
draft: true
276
files: ${{ steps.rename.outputs.LIB_FINAL_PATH }}
277
- if: startsWith(github.ref, 'refs/heads/main')
+ if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/tags/')
0 commit comments