We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c75a9 commit a9e348bCopy full SHA for a9e348b
.github/workflows/publish-natives.yml
@@ -4,7 +4,7 @@ permissions:
4
on:
5
workflow_dispatch:
6
push:
7
- branches: [drop-platforms]
+ branches: [main]
8
tags: ["*"]
9
10
jobs:
build.gradle
@@ -1,5 +1,5 @@
1
group 'party.iroiro.luajava'
2
-version(System.getenv('IS_RELEASE') == 'true' ? '4.0.2' : '4.0.3-SNAPSHOT')
+version(System.getenv('IS_RELEASE') == 'true' ? '4.0.2' : '4.0.4-SNAPSHOT')
3
0 commit comments