From 0e8d98880e331e62298d36244637cccf17248367 Mon Sep 17 00:00:00 2001 From: Antonio Date: Mon, 26 Feb 2024 21:53:11 +0100 Subject: [PATCH] fix: semantic-release action file --- .github/workflows/versioning.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index da9df59..48842ca 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -26,9 +26,7 @@ jobs: with: node-version: "lts/*" - name: Install dependencies - run: npm clean-install - - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies - run: npm audit signatures + run: npm install -g semantic-release @semantic-release/gitlab @semantic-release/changelog conventional-changelog-conventionalcommits @semantic-release/commit-analyzer @semantic-release/git - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}