We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97b912 commit a203db9Copy full SHA for a203db9
2 files changed
.github/workflows/main.yml
@@ -46,7 +46,6 @@ jobs:
46
uses: "marvinpinto/action-automatic-releases@latest"
47
with:
48
repo_token: "${{ secrets.GITHUB_TOKEN }}"
49
- automatic_release_tag: "${{ env.TAG }}"
50
prerelease: false
51
files: |
52
staging/*.jar
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = "cn.lunadeer"
7
-version = "3.5"
+version = "3.6"
8
9
repositories {
10
mavenCentral()
0 commit comments