Skip to content

Commit

Permalink
build: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKreil committed Oct 2, 2023
1 parent 819b9f4 commit d946b10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
run: 'echo "RELEASE_TAG=v$(jq -r ''.version'' package.json)" >> $GITHUB_ENV'

- run: npm install
- run: npm run build
- run: npm run dist
- run: npm run release

- name: create release if needed
run: gh release view $RELEASE_TAG || gh release create $RELEASE_TAG
Expand Down

0 comments on commit d946b10

Please sign in to comment.