Skip to content

Commit 29b1c7a

Browse files
committed
Prepare for next release.
1 parent be084cd commit 29b1c7a

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/publish-release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
run: ./gradlew build
1919
- name: Build inklecate jar
2020
run: ./gradlew :inklecate:jar -Prelease
21+
- name: Upload inklecate jar to GitHub Release
22+
uses: softprops/action-gh-release@v1
23+
with:
24+
files: inklecate/build/libs/*.jar
2125
- name: Publish to Maven Central
2226
env:
2327
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.NEXUS_USERNAME }}
@@ -26,7 +30,4 @@ jobs:
2630
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.GPG_PASSPHRASE }}
2731
run: |
2832
./gradlew clean publishToMavenCentral -Prelease
29-
- name: Upload inklecate jar to GitHub Release
30-
uses: softprops/action-gh-release@v1
31-
with:
32-
files: inklecate/build/libs/*.jar
33+

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Matching Ink v1.2.0
2-
version=1.3.2
2+
version=1.3.3-SNAPSHOT

0 commit comments

Comments
 (0)