Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Sep 13, 2023
1 parent 018b413 commit 6e5dc26
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 @@ -43,7 +43,7 @@ jobs:
publish_dir: ./public

- name: Release
if: startsWith(github.ref, 'refs/tags/v') && github.ref_name == 'main'
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
with:
files: |
Expand Down

0 comments on commit 6e5dc26

Please sign in to comment.