mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
parent
1ef82d53be
commit
9786c4206e
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ steps:
|
||||||
|
|
||||||
- name: Do something when a new release published
|
- name: Do something when a new release published
|
||||||
if: steps.semantic.outputs.new_release_published == 'true'
|
if: steps.semantic.outputs.new_release_published == 'true'
|
||||||
run: ...
|
run: echo ${{ steps.semantic.outputs.new_release_version }}
|
||||||
```
|
```
|
||||||
|
|
||||||
## [CHANGELOG](./docs/CHANGELOG.md)
|
## [CHANGELOG](./docs/CHANGELOG.md)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue