forked from Upstream/Velocitab
ci: fix version types
This commit is contained in:
parent
23daa22d5d
commit
b07c8da4a6
3
.github/workflows/java_ci.yml
vendored
3
.github/workflows/java_ci.yml
vendored
@ -39,15 +39,16 @@ jobs:
|
||||
modrinth-id: Q10irTG0
|
||||
modrinth-featured: false
|
||||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
||||
modrinth-version-type: alpha
|
||||
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 }}
|
||||
changelog: ${{ github.event.head_commit.message }}
|
||||
version-type: alpha
|
||||
loaders: |
|
||||
velocity
|
||||
dependencies: |
|
||||
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -35,15 +35,16 @@ jobs:
|
||||
modrinth-id: Q10irTG0
|
||||
modrinth-featured: true
|
||||
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
|
||||
modrinth-version-type: release
|
||||
hangar-id: William278/Velocitab
|
||||
hangar-token: ${{ secrets.HANGAR_API_KEY }}
|
||||
hangar-version-type: Release
|
||||
hangar-game-versions: |
|
||||
3.2
|
||||
files: target/Velocitab-*.jar
|
||||
name: Velocitab v${{ github.event.release.tag_name }}
|
||||
version: ${{ github.event.release.tag_name }}
|
||||
changelog: ${{ github.event.release.body }}
|
||||
version-type: release
|
||||
loaders: |
|
||||
velocity
|
||||
dependencies: |
|
||||
|
Loading…
Reference in New Issue
Block a user