Skip to content

Commit 8f98748

Browse files
authoredOct 22, 2020
Merge pull request #18 from wolfflow/fix-docs-publish-type
Fix documentation for Output Variables - steps.publish.outputs.type
2 parents 00c1cd5 + 6f1e9de commit 8f98748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ steps:
9595
with:
9696
token: ${{ secrets.NPM_TOKEN }}
9797
98-
- if: steps.publish.type != 'none'
98+
- if: steps.publish.outputs.type != 'none'
9999
run: |
100100
echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
101101
```

0 commit comments

Comments
 (0)
Failed to load comments.