Skip to content

Commit

Permalink
Merge pull request #77 from dima-dencep/1.20.x/dev
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
dima-dencep committed Apr 12, 2024
2 parents 4b16bfb + ab97852 commit b016cef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- '**/stable'
- '**/backport'
- '**/snapshot'

jobs:
build:
Expand Down Expand Up @@ -65,11 +66,13 @@ jobs:

changelog: ${{steps.build_changelog.outputs.changelog}}

version: "${{ steps.read_property.outputs.mod_version }}+mc${{ steps.read_property.outputs.minecraft_version }}-forge"
version-type: release

loaders: |
neoforge
game-version-filter: none
game-versions: |
${{ steps.read_property.outputs.minecraft_version }}
Expand All @@ -95,11 +98,13 @@ jobs:

changelog: ${{steps.build_changelog.outputs.changelog}}

version: "${{ steps.read_property.outputs.mod_version }}+mc${{ steps.read_property.outputs.minecraft_version }}-fabric"
version-type: release

loaders: |
fabric
game-version-filter: none
game-versions: |
${{ steps.read_property.outputs.minecraft_version }}
Expand Down

0 comments on commit b016cef

Please sign in to comment.