chore: Explore gitea actions syntax
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 33s
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 33s
This commit is contained in:
parent
239a4a8485
commit
5771859067
@ -8,20 +8,22 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup node
|
# - name: Setup node
|
||||||
uses: actions/setup-node@v3
|
# uses: actions/setup-node@v3
|
||||||
with:
|
# with:
|
||||||
node-version: "lts/*"
|
# node-version: "lts/*"
|
||||||
- run: |
|
- name: Install semantic release w/ plugins
|
||||||
npm clean-install \
|
run: |
|
||||||
|
npm install \
|
||||||
semantic-release \
|
semantic-release \
|
||||||
@semantic-release/commit-analyzer \
|
@semantic-release/commit-analyzer \
|
||||||
@semantic-release/exec \
|
@semantic-release/exec \
|
||||||
- run: |
|
- name: Execute semantic release
|
||||||
|
run: |
|
||||||
npx semantic-release \
|
npx semantic-release \
|
||||||
--package @semantic-release/exec \
|
--package @semantic-release/exec \
|
||||||
--package semantic-release \
|
--package semantic-release \
|
||||||
--branches ${DRONE_BRANCH} \
|
--branches ${{ gitea.refname }} \
|
||||||
--tag-format "v\$${version}" \
|
--tag-format "v\$${version}" \
|
||||||
--dry-run \
|
--dry-run \
|
||||||
--plugins @semantic-release/commit-analyzer,@semantic-release/exec \
|
--plugins @semantic-release/commit-analyzer,@semantic-release/exec \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user