diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c18eb707..33c4455b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -91,8 +91,7 @@ jobs: run: npm ci - name: Run Semantic Release - #run: npx semantic-release - run: npx semantic-release --force # force execution, remove after + run: npx semantic-release env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}