ci: Test to validate GitHub output should now be valid
parent
42c39e3751
commit
20308c271d
|
@ -38,7 +38,7 @@ jobs:
|
||||||
run: node ./test-github-output.js
|
run: node ./test-github-output.js
|
||||||
env:
|
env:
|
||||||
TAG: ${{ steps.changelog.outputs.tag }}
|
TAG: ${{ steps.changelog.outputs.tag }}
|
||||||
EXPECTED_TAG: '1.5.0'
|
EXPECTED_TAG: 'v1.5.0'
|
||||||
|
|
||||||
test-json:
|
test-json:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue