Skip to content

Commit 6f1e9de

Browse files
author
Danil Korobkov
committed
#17 - Fix documentation for Output Variables - steps.publish.outputs.type
1 parent 00c1cd5 commit 6f1e9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)