Skip to content

Commit

Permalink
fix: test semantic release with no analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbarrile01 committed Dec 9, 2024
1 parent 6a070ff commit 73195cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
run: npm ci

- name: Run Semantic Release
run: npx semantic-release
#run: npx semantic-release
run: npx semantic-release --no-ci
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down

0 comments on commit 73195cc

Please sign in to comment.