Skip to content

Commit

Permalink
Set version as beta
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBossMagnus committed Dec 26, 2023
1 parent 6886e5a commit fe0e134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish to modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
# modrinth-token: '${{ secrets.MODRINTH }}'
# files: Storm-${{steps.get_version.outputs.pack}}+quilt-${{steps.get_version.outputs.minecraft }}.mrpack
# name: Storm ${{steps.get_version.outputs.pack}} for quilt ${{ steps.get_version.outputs.minecraft }}
# version-type: beta
# changelog-file: Changelog-${{steps.get_version.outputs.pack}}+quilt-${{steps.get_version.outputs.minecraft }}.md
# loaders: 'quilt'
# game-versions: '${{ steps.get_version.outputs.minecraft }}'
Expand All @@ -42,6 +43,7 @@ jobs:
modrinth-token: '${{ secrets.MODRINTH }}'
files: Storm-${{steps.get_version.outputs.pack}}+fabric-${{steps.get_version.outputs.minecraft }}.mrpack
name: Storm ${{steps.get_version.outputs.pack}} for fabric ${{ steps.get_version.outputs.minecraft }}
version-type: beta
changelog-file: Changelog-${{steps.get_version.outputs.pack}}+fabric-${{steps.get_version.outputs.minecraft }}.md
loaders: 'fabric'
game-versions: '${{ steps.get_version.outputs.minecraft }}'

0 comments on commit fe0e134

Please sign in to comment.