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:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "lts/*"
|
||||
- run: |
|
||||
npm clean-install \
|
||||
# - name: Setup node
|
||||
# uses: actions/setup-node@v3
|
||||
# with:
|
||||
# node-version: "lts/*"
|
||||
- name: Install semantic release w/ plugins
|
||||
run: |
|
||||
npm install \
|
||||
semantic-release \
|
||||
@semantic-release/commit-analyzer \
|
||||
@semantic-release/exec \
|
||||
- run: |
|
||||
- name: Execute semantic release
|
||||
run: |
|
||||
npx semantic-release \
|
||||
--package @semantic-release/exec \
|
||||
--package semantic-release \
|
||||
--branches ${DRONE_BRANCH} \
|
||||
--branches ${{ gitea.refname }} \
|
||||
--tag-format "v\$${version}" \
|
||||
--dry-run \
|
||||
--plugins @semantic-release/commit-analyzer,@semantic-release/exec \
|
||||
|
Loading…
Reference in New Issue
Block a user