Update build.yml
This commit is contained in:
parent
c1293399b9
commit
d7df95409c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -18,8 +18,8 @@ jobs:
|
|||
outputs:
|
||||
project_name: ${{ steps.info.outputs.project_name }}
|
||||
project_version: ${{ steps.info.outputs.project_version }}
|
||||
MC_VERSION: ${{ steps.info.outputs.mc_version }}
|
||||
CHANGELOG: ${{ steps.changelog.outputs.description }}
|
||||
mc_version: ${{ steps.info.outputs.mc_version }}
|
||||
changelog: ${{ steps.changelog.outputs.description }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue