Skip to content

Commit

Permalink
ci: fix running of semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Mar 2, 2023
1 parent 8806846 commit 422615d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: pnpm run build

- name: Release
run: pnpm run semantic-release
run: pnpm semantic-release
env:
GITHUB_TOKEN: ${{ github.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 422615d

Please sign in to comment.