Skip to content

Commit

Permalink
Corrected GitHub Actions outputs example
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Apr 5, 2020
1 parent 70d32c0 commit 531faf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -94,7 +94,7 @@ steps:

- if: steps.publish.type != 'none'
run: |
echo "Version changed: ${{ steps.publish.old-version }} => ${{ steps.publish.version }}"
echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
```


Expand Down

0 comments on commit 531faf8

Please sign in to comment.