chore: Testing actions syntax
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 20s

This commit is contained in:
Danny Bessems 2024-02-19 03:12:16 +01:00
parent b8173033d7
commit 6c32d1dcf6

View File

@ -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 \