Skip to content

Commit

Permalink
ci: Adds semantic-release exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Feb 9, 2024
1 parent 72c8c0d commit 4207fd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
with:
node-version: '>=20.8.1'

- name: Install plugins
run: |
npm install @semantic-release/exec -D
- name: Run Semantic Release
env:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4207fd3

Please sign in to comment.