Skip to content

Commit c6f09bb

Browse files
committed
build: Invoke a full-release upon releasing
1 parent c402c0d commit c6f09bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Release
5858
uses: jreleaser/release-action@v2
5959
with:
60-
arguments: release
60+
arguments: full-release
6161
env:
6262
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
6363
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.14.0-SNAPSHOT

0 commit comments

Comments
 (0)