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 c402c0d commit c6f09bbCopy full SHA for c6f09bb
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Release
58
uses: jreleaser/release-action@v2
59
with:
60
- arguments: release
+ arguments: full-release
61
env:
62
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
63
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION
@@ -1 +1 @@
1
-0.14.0
+0.14.0-SNAPSHOT
0 commit comments