mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'main' into dev
This commit is contained in:
commit
bc7ec15e29
7
.github/workflows/release_build.yml
vendored
7
.github/workflows/release_build.yml
vendored
@ -32,6 +32,13 @@ jobs:
|
|||||||
- name: Read Manifest
|
- name: Read Manifest
|
||||||
id: read-manifest
|
id: read-manifest
|
||||||
run: echo "manifest=$(< ./NewHorizons/manifest.json sed ':a;N;$!ba;s/\n/ /g')" >> $GITHUB_OUTPUT
|
run: echo "manifest=$(< ./NewHorizons/manifest.json sed ':a;N;$!ba;s/\n/ /g')" >> $GITHUB_OUTPUT
|
||||||
|
- name: Print version numbers
|
||||||
|
run: |
|
||||||
|
echo "Manifest version: $MANIFEST_VERSION"
|
||||||
|
echo "PR version: $PR_VERSION"
|
||||||
|
env:
|
||||||
|
MANIFEST_VERSION: ${{ steps.read-manifest.outputs.version }}
|
||||||
|
PR_VERSION: ${{ github.event.pull_request.titl }}
|
||||||
- name: Error
|
- name: Error
|
||||||
if: ${{ steps.read-manifest.outputs.version != github.event.pull_request.title }}
|
if: ${{ steps.read-manifest.outputs.version != github.event.pull_request.title }}
|
||||||
run: echo "::error file=manifest.json,title=Version Error::Hey DUMB-DUMB UPDATE THE MANIFEST VERSION" && exit 1
|
run: echo "::error file=manifest.json,title=Version Error::Hey DUMB-DUMB UPDATE THE MANIFEST VERSION" && exit 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user