chore: Testing actions syntax
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 20s
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 20s
This commit is contained in:
parent
b8173033d7
commit
6c32d1dcf6
@ -5,17 +5,18 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
Semantic Release (Dry-run):
|
Semantic Release (Dry-run):
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: library/node:20-slim
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install semantic release w/ plugins
|
- name: Install semantic release w/ plugins
|
||||||
|
container: library/node:20-slim
|
||||||
run: |
|
run: |
|
||||||
npm install \
|
npm install \
|
||||||
semantic-release \
|
semantic-release \
|
||||||
@semantic-release/commit-analyzer \
|
@semantic-release/commit-analyzer \
|
||||||
@semantic-release/exec \
|
@semantic-release/exec \
|
||||||
- name: Execute semantic release
|
- name: Execute semantic release
|
||||||
|
container: library/node:20-slim
|
||||||
run: |
|
run: |
|
||||||
npx semantic-release \
|
npx semantic-release \
|
||||||
--package @semantic-release/exec \
|
--package @semantic-release/exec \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user