Fix release
This commit is contained in:
parent
87368405b3
commit
57f3eeae6c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
with:
|
||||
context: changelog
|
||||
workflow_id: release.yml
|
||||
- run: ./gradlew checkVersion build publish publishMods github --stacktrace -x test
|
||||
- run: ./gradlew build publish publishMods github --stacktrace -x test
|
||||
env:
|
||||
RELEASE_CHANNEL: ${{ github.event.inputs.channel }}
|
||||
MAVEN_URL: ${{ secrets.MAVEN_URL }}
|
||||
|
|
Loading…
Reference in a new issue