workflows fix

This commit is contained in:
Xikaro 2024-01-07 01:02:52 +05:00
parent 2d33da5e50
commit 5c1f30458d
2 changed files with 40 additions and 40 deletions

View file

@ -176,9 +176,9 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
with:
PROJECT_NAME: ${{ needs.modpack-info.outputs.project_name }}
PROJECT_VERSION: ${{ needs.modpack-info.outputs.project_version }}
MC_VERSION: ${{ needs.modpack-info.outputs.mc_version }}
CHANGELOG: ${{ needs.modpack-info.outputs.changelog }}
project_name: ${{ needs.modpack-info.outputs.project_name }}
project_version: ${{ needs.modpack-info.outputs.project_version }}
mc_version: ${{ needs.modpack-info.outputs.mc_version }}
changelog: ${{ needs.modpack-info.outputs.changelog }}
secrets: inherit