Skip to content

Commit ab59536

Browse files
committed
Set package version early to fix npm ci
1 parent 5afc28d commit ab59536

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/shared-publish-package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
node-version-file: .nvmrc
2020
registry-url: "https://registry.npmjs.org"
2121

22+
- name: Set package version
23+
run: make set-package-version
24+
2225
- name: Install dependencies
2326
run: make link-dependencies
2427

2528
- name: Make
2629
run: make ci
2730

28-
- name: Set package version
29-
run: make set-package-version
30-
3131
- name: Publish package
3232
if: success()
3333
run: npm publish --access public

0 commit comments

Comments
 (0)