mirror of
https://github.com/yanhao98/semantic-release-action.git
synced 2025-07-12 23:30:48 +08:00
feat: A
This commit is contained in:
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -19,4 +19,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: yanhao98/semantic-release-example@main
|
||||
- uses: yanhao98/semantic-release-example@main
|
||||
id: release
|
||||
- name: Print the new release version
|
||||
run: |
|
||||
echo ${{ steps.release.outputs.next_release_published }}
|
||||
echo ${{ steps.release.outputs.next_release_version }}
|
Reference in New Issue
Block a user