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 acf3408 commit 51997eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
ref: master
- name: Semantic Release
run: |
npm ci
npx semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 51997eb

Please sign in to comment.