Skip to content

Commit

Permalink
build: Fix release Svelte version
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar authored and stepan662 committed Dec 21, 2021
1 parent 180936d commit baeec7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Rebuild ngx package with correct version and without Ivy
run: ./gradlew buildNgxForPublish

- name: Rebuild Svelte with new package version
run: ./gradlew buildNgxForPublish

- name: Publish
run: npm run lerna-publish

Expand Down

0 comments on commit baeec7b

Please sign in to comment.