Skip to content

Commit 3eabab8

Browse files
committed
Fix workflows
1 parent 223e2ad commit 3eabab8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/master.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Build with Gradle
2020
run: ./gradlew build -x copyJar
2121
- name: Release
22-
uses: "marvinpinto/action-automatic-releases@latest"
23-
with:
24-
repo_token: "${{ secrets.GITHUB_TOKEN }}"
25-
automatic_release_tag: "latest"
26-
prerelease: false
27-
title: "Release Build"
28-
files: "*.jar"
22+
uses: "marvinpinto/action-automatic-releases@latest"
23+
with:
24+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
25+
automatic_release_tag: "latest"
26+
prerelease: false
27+
title: "Release Build"
28+
files: "*.jar"

0 commit comments

Comments
 (0)