Skip to content

ci(release): update release #15

ci(release): update release

ci(release): update release #15

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
versioning:
uses: GEWIS/actions/.github/workflows/versioning.yml@v1
with:
dry-run: 'true'
publish-npm:
uses: GEWIS/actions/.github/workflows/npm-release.yml@v1

Check failure on line 19 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Semantic Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 19, Col: 11): Secret NPM_TOKEN is required, but not provided while calling.
needs: versioning
if: ${{ needs.versioning.outputs.next_version != '' }}
with:
node-version: '22.x'
version: ${{ needs.versioning.outputs.next_version }}