Skip to content

Commit

Permalink
Attempt to update CI: release only if refs/tags/v
Browse files Browse the repository at this point in the history
  • Loading branch information
digikar99 committed Jan 11, 2024
1 parent 3030f19 commit d92116f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/v')
with:
files: cl-repl.${{matrix.OS}}

0 comments on commit d92116f

Please sign in to comment.