Skip to content

Commit

Permalink
CI: make release only on tagged version
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Dec 19, 2024
1 parent 36cf999 commit 2b146e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
publish-on-github:
name: >-
Make github release
if: startsWith(github.ref, 'refs/tags/') # only publish to github on tag pushes
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 2b146e0

Please sign in to comment.