Skip to content

Commit

Permalink
fix(config): npx semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Oct 19, 2024
1 parent 2f20329 commit 1da835a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:

- name: Release
id: semantic_release
uses: semantic-release/action@v6
with:
args: --ci
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 1da835a

Please sign in to comment.