Skip to content

Commit f2eb3ea

Browse files
committed
chore: dump version
1 parent d0b3ed4 commit f2eb3ea

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
# the publishing section of your build.gradle
4141
- name: Stage all artifacts to a local directory (for jreleaser)
4242
run: ./gradlew :wal-core:publish
43-
env:
44-
GITHUB_TOKEN: ${{ secrets.TOKEN }}
4543

4644
# For Jreleaser
4745
- name: Publish to Maven Central

build.gradle.kts

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

99
group = "io.github.gc-garcol"
10-
version = "1.3.0"
10+
version = "0.0.1"
1111

1212
java {
1313
withJavadocJar()

0 commit comments

Comments
 (0)