Skip to content

Commit 531faf8

Browse files
Corrected GitHub Actions outputs example
1 parent 70d32c0 commit 531faf8

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
@@ -94,7 +94,7 @@ steps:
9494
9595
- if: steps.publish.type != 'none'
9696
run: |
97-
echo "Version changed: ${{ steps.publish.old-version }} => ${{ steps.publish.version }}"
97+
echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
9898
```
9999

100100

0 commit comments

Comments
 (0)