fixed release workflow
This commit is contained in:
parent
ad699274f7
commit
bd9b2a322f
1 changed files with 7 additions and 0 deletions
7
.github/workflows/create-release.yaml
vendored
7
.github/workflows/create-release.yaml
vendored
|
@ -16,8 +16,15 @@ jobs:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Setup Gradle
|
||||||
|
uses: gradle/gradle-build-action@v2
|
||||||
|
|
||||||
|
- name: Run build with Gradle Wrapper
|
||||||
|
run: ./gradlew build
|
||||||
|
|
||||||
- name: Draft release
|
- name: Draft release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
artifacts: "build/libs/the_vault-tweaks-1.18.2-*.jar"
|
||||||
bodyFile: "CHANGELOG.md"
|
bodyFile: "CHANGELOG.md"
|
||||||
draft: true
|
draft: true
|
||||||
|
|
Loading…
Reference in a new issue