We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afc28d commit ab59536Copy full SHA for ab59536
.github/workflows/shared-publish-package.yml
@@ -19,15 +19,15 @@ jobs:
19
node-version-file: .nvmrc
20
registry-url: "https://registry.npmjs.org"
21
22
+ - name: Set package version
23
+ run: make set-package-version
24
+
25
- name: Install dependencies
26
run: make link-dependencies
27
28
- name: Make
29
run: make ci
30
- - name: Set package version
- run: make set-package-version
-
31
- name: Publish package
32
if: success()
33
run: npm publish --access public
0 commit comments