forked from Upstream/Velocitab
Test publishing to hangar with mc-publish
This commit is contained in:
parent
6e5976bc68
commit
401b438a1a
5
.github/workflows/java_ci.yml
vendored
5
.github/workflows/java_ci.yml
vendored
@ -34,11 +34,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "version_name=${{steps.fetch-version.outputs.VERSION_NAME}}" >> $GITHUB_ENV
|
echo "version_name=${{steps.fetch-version.outputs.VERSION_NAME}}" >> $GITHUB_ENV
|
||||||
- name: Upload to Modrinth
|
- name: Upload to Modrinth
|
||||||
uses: Kir-Antipov/mc-publish@v3.2
|
uses: WiIIiam278/mc-publish@hangar
|
||||||
with:
|
with:
|
||||||
modrinth-id: Q10irTG0
|
modrinth-id: Q10irTG0
|
||||||
modrinth-featured: false
|
modrinth-featured: false
|
||||||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
||||||
|
hangar-id: William278/Velocitab
|
||||||
|
hangar-token: ${{ secrets.HANGAR_API_KEY }}
|
||||||
|
hangar-version-type: Alpha
|
||||||
files: target/Velocitab-*.jar
|
files: target/Velocitab-*.jar
|
||||||
name: Velocitab v${{ env.version_name }}
|
name: Velocitab v${{ env.version_name }}
|
||||||
version: ${{ env.version_name }}
|
version: ${{ env.version_name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user