Skip to content

Commit

Permalink
release artifacts on tags as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Rousset committed Jun 22, 2022
1 parent 7ee147a commit adf1c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,4 @@ jobs:
tag_name: ${{ needs.draft-release.outputs.tag_name }}
draft: true
files: ${{ steps.rename.outputs.LIB_FINAL_PATH }}
if: startsWith(github.ref, 'refs/heads/main')
if: startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/tags/')

0 comments on commit adf1c19

Please sign in to comment.