chore: Explore actions syntax further
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 53s
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 53s
This commit is contained in:
parent
3103aa85eb
commit
5cdcfa4a5d
@ -7,16 +7,18 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Semantic release (dry-run)
|
||||
uses: https://github.com/addnab/docker-run-action@v3
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
image: library/node:20-slim
|
||||
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} --rm
|
||||
node-version: 20
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm install \
|
||||
semantic-release \
|
||||
@semantic-release/commit-analyzer \
|
||||
@semantic-release/exec && \
|
||||
@semantic-release/exec
|
||||
- name: Semantic Release (dry-run)
|
||||
run: |
|
||||
npx semantic-release \
|
||||
--package @semantic-release/exec \
|
||||
--package semantic-release \
|
||||
|
Loading…
x
Reference in New Issue
Block a user