Fix release-deploy (#470)
This commit is contained in:
parent
f1429ec341
commit
c793d833ae
1 changed files with 0 additions and 1 deletions
1
.github/workflows/release-deploy.yml
vendored
1
.github/workflows/release-deploy.yml
vendored
|
@ -20,7 +20,6 @@ jobs:
|
||||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: "latest"
|
|
||||||
prerelease: false
|
prerelease: false
|
||||||
files: |
|
files: |
|
||||||
app/target/thorp-*.jar
|
app/target/thorp-*.jar
|
||||||
|
|
Loading…
Reference in a new issue