Skip to content

Commit

Permalink
Always publish something on push
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrePTJ committed Jun 21, 2024
1 parent c9852c5 commit d1a914b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
cmake --build --preset release-win --target package
# Create release if on built on a tag
- if: startsWith(github.ref, 'refs/tags/')
name: Create/Update release
- name: Create/Update release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
Expand Down

0 comments on commit d1a914b

Please sign in to comment.