Skip to content

Commit a203db9

Browse files
committed
update cicd
1 parent f97b912 commit a203db9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
uses: "marvinpinto/action-automatic-releases@latest"
4747
with:
4848
repo_token: "${{ secrets.GITHUB_TOKEN }}"
49-
automatic_release_tag: "${{ env.TAG }}"
5049
prerelease: false
5150
files: |
5251
staging/*.jar

build.gradle.kts

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

66
group = "cn.lunadeer"
7-
version = "3.5"
7+
version = "3.6"
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)