Skip to content

Commit

Permalink
build: install before release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt committed Jul 11, 2023
1 parent 2d29802 commit 2999f22
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 @@ -42,7 +42,7 @@ jobs:
ref: master
- name: Semantic Release
run: |
npm
npm ci
npx semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2999f22

Please sign in to comment.