Skip to content

Commit

Permalink
only publish tag with v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Jul 23, 2024
1 parent a51dfe3 commit 442348b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: ./gradlew --console plain --no-daemon --full-stacktrace check build

- uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/v')
with:
body: 'automated release at commit ${{ github.sha }}'
files: 'build/dist/*.jar'

0 comments on commit 442348b

Please sign in to comment.