forked from Upstream/Velocitab
Use game versions for hangar, update title
This commit is contained in:
parent
401b438a1a
commit
772e5a5f0d
5
.github/workflows/java_ci.yml
vendored
5
.github/workflows/java_ci.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
- name: Get Version
|
||||
run: |
|
||||
echo "version_name=${{steps.fetch-version.outputs.VERSION_NAME}}" >> $GITHUB_ENV
|
||||
- name: Upload to Modrinth
|
||||
- name: Upload to Modrinth & Hangar
|
||||
uses: WiIIiam278/mc-publish@hangar
|
||||
with:
|
||||
modrinth-id: Q10irTG0
|
||||
@ -41,7 +41,8 @@ jobs:
|
||||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
||||
hangar-id: William278/Velocitab
|
||||
hangar-token: ${{ secrets.HANGAR_API_KEY }}
|
||||
hangar-version-type: Alpha
|
||||
hangar-game-versions: |
|
||||
3.2
|
||||
files: target/Velocitab-*.jar
|
||||
name: Velocitab v${{ env.version_name }}
|
||||
version: ${{ env.version_name }}
|
||||
|
Loading…
Reference in New Issue
Block a user