We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51dfe3 commit 442348bCopy full SHA for 442348b
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
- run: ./gradlew --console plain --no-daemon --full-stacktrace check build
24
25
- uses: softprops/action-gh-release@v2
26
- if: startsWith(github.ref, 'refs/tags/')
+ if: startsWith(github.ref, 'refs/tags/v')
27
with:
28
body: 'automated release at commit ${{ github.sha }}'
29
files: 'build/dist/*.jar'
0 commit comments