Typo
This commit is contained in:
parent
2edbc8ef2f
commit
8a042fa5ff
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
||||||
tag:
|
tag:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
outputs:
|
outputs:
|
||||||
should_publish: ${{ steps.create-and-push-tag.output.should_publish }}
|
should_publish: ${{ steps.create-and-push-tag.outputs.should_publish }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
||||||
echo "::set-output name=should_publish::$SHOULD_PUBLISH"
|
echo "::set-output name=should_publish::$SHOULD_PUBLISH"
|
||||||
|
|
||||||
- name: Result
|
- name: Result
|
||||||
run: "The result is: ${{ steps.create-and-push-tag.output.should_publish }}"
|
run: "The result is: ${{ steps.create-and-push-tag.outputs.should_publish }}"
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
Loading…
Reference in New Issue
Block a user