forked from Upstream/Velocitab
Fix workflow file
This commit is contained in:
parent
9996144ee2
commit
ef99015d01
6
.github/workflows/java_ci.yml
vendored
6
.github/workflows/java_ci.yml
vendored
@ -26,9 +26,9 @@ jobs:
|
||||
run: |
|
||||
echo "::set-output name=VERSION_NAME::$(${{github.workspace}}/gradlew properties --no-daemon --console=plain -q | grep "^version:" | awk '{printf $2}')"
|
||||
id: fetch-version
|
||||
- name: Get Version
|
||||
run: |
|
||||
echo "version_name=${{steps.fetch-version.outputs.VERSION_NAME}}" >> $GITHUB_ENV
|
||||
- name: Get Version
|
||||
run: |
|
||||
echo "version_name=${{steps.fetch-version.outputs.VERSION_NAME}}" >> $GITHUB_ENV
|
||||
- name: Upload to Modrinth
|
||||
uses: Kir-Antipov/mc-publish@v3.2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user