Skip to content

Commit adf1c19

Browse files
author
Andrew Rousset
committed
release artifacts on tags as well
1 parent 7ee147a commit adf1c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ jobs:
274274
tag_name: ${{ needs.draft-release.outputs.tag_name }}
275275
draft: true
276276
files: ${{ steps.rename.outputs.LIB_FINAL_PATH }}
277-
if: startsWith(github.ref, 'refs/heads/main')
277+
if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)