Skip to content

Commit

Permalink
ci: Fixes semantic release invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Feb 9, 2024
1 parent da2b190 commit 6806a7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
with:
node-version: '>=20.8.1'

- name: Set up Semantic Release
- name: Run Semantic Release
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
run: |
npx semantic-release@23

0 comments on commit 6806a7a

Please sign in to comment.