diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aabcb2d..2c3b85d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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'