workflows
This commit is contained in:
parent
c40d50493c
commit
8dfd5808ab
2 changed files with 4 additions and 4 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -12,10 +12,14 @@ concurrency:
|
|||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
SKIP_MODPACK_INFO : 'true'
|
||||
|
||||
jobs:
|
||||
modpack-info:
|
||||
name: Modpack Info
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ env.SKIP_MODPACK_INFO }} != 'true'
|
||||
outputs:
|
||||
project_name: ${{ steps.info.outputs.project_name }}
|
||||
project_version: ${{ steps.info.outputs.project_version }}
|
||||
|
|
@ -181,7 +185,6 @@ jobs:
|
|||
project_version: ${{ needs.modpack-info.outputs.project_version }}
|
||||
mcversion: ${{ needs.modpack-info.outputs.mcversion }}
|
||||
tag: ${{ needs.modpack-info.outputs.tag }}
|
||||
news: ${{ needs.modpack-info.outputs.news }}
|
||||
changelog: ${{ needs.modpack-info.outputs.changelog }}
|
||||
secrets: inherit
|
||||
|
||||
|
|
|
|||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -16,9 +16,6 @@ on:
|
|||
tag:
|
||||
required: true
|
||||
type: string
|
||||
news:
|
||||
required: true
|
||||
type: string
|
||||
changelog:
|
||||
required: true
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue