kick off semantic-release
This commit is contained in:
parent
a73b80e777
commit
f6909aad5b
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
|
|
||||||
|
- name: semantic release
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
npx semantic-release
|
||||||
|
|
||||||
# TODO extract dedicated action
|
# TODO extract dedicated action
|
||||||
- name: setup tea cli
|
- name: setup tea cli
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue