Skip to content

Commit

Permalink
fix: test the npx semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbarrile01 committed Dec 9, 2024
1 parent 4961398 commit 6a070ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6a070ff

Please sign in to comment.