Skip to content

Commit 0bbdb2c

Browse files
committed
update version
1 parent 74d4b28 commit 0bbdb2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_on_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build and publish with Gradle
2727
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021
2828
with:
29-
arguments: --no-daemon -i jreleaserConfig build test publish
29+
arguments: --no-daemon --stacktrace -i jreleaserConfig build test publish
3030
env:
3131
JRELEASER_GPG_SECRET_KEY: ${{ secrets.JRELEASER_GPG_SECRET_KEY }}
3232
JRELEASER_GPG_PASSPHRASE: ${{ secrets.JRELEASER_GPG_PASSPHRASE }}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "io.github.froks"
13-
version = "0.3.1"
13+
version = "0.4.0"
1414

1515
repositories {
1616
mavenLocal()

0 commit comments

Comments
 (0)