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:
|
||||
Semantic Release (Dry-run):
|
||||
runs-on: ubuntu-latest
|
||||
container: library/node:20-slim
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install semantic release w/ plugins
|
||||
container: library/node:20-slim
|
||||
run: |
|
||||
npm install \
|
||||
semantic-release \
|
||||
@semantic-release/commit-analyzer \
|
||||
@semantic-release/exec \
|
||||
- name: Execute semantic release
|
||||
container: library/node:20-slim
|
||||
run: |
|
||||
npx semantic-release \
|
||||
--package @semantic-release/exec \
|
||||
|
Loading…
Reference in New Issue
Block a user