Update action.yml
Some checks failed
Release / Release (push) Failing after 8s

This commit is contained in:
Jan Gleytenhoover 2025-02-13 06:34:19 +00:00
parent 050cd55e03
commit a7c4051e98

View file

@ -21,8 +21,6 @@ runs:
node-version: "lts/*"
- name: Install dependencies
run: npm install semantic-release @saithodev/semantic-release-gitea @semantic-release/changelog @semantic-release/release-notes-generator commitlint@next @commitlint/cli@next commitlint-plugin-cleanfeet conventional-changelog-conventionalcommits
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
env:
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}