Skip to content

Commit 442348b

Browse files
committed
only publish tag with v prefix
1 parent a51dfe3 commit 442348b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: ./gradlew --console plain --no-daemon --full-stacktrace check build
2424

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

0 commit comments

Comments
 (0)