5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-07 10:46:56 +00:00

docs(outputs): improve document for outputs

#22
This commit is contained in:
cycjimmy 2020-02-07 10:35:26 +08:00
parent 1ef82d53be
commit 9786c4206e

View file

@ -109,7 +109,7 @@ steps:
- name: Do something when a new release published
if: steps.semantic.outputs.new_release_published == 'true'
run: ...
run: echo ${{ steps.semantic.outputs.new_release_version }}
```
## [CHANGELOG](./docs/CHANGELOG.md)