We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b3a7f commit 82b0cd3Copy full SHA for 82b0cd3
2 files changed
.github/workflows/create_and_publish_releases.yml
@@ -26,6 +26,9 @@ jobs:
26
with:
27
node-version-file: ".nvmrc"
28
29
+ - name: Setup the project
30
+ run: yarn install
31
+
32
- name: Prefix version tag with "v"
33
run: yarn config set version-tag-prefix "v"
34
.github/workflows/publish.yml
@@ -16,6 +16,9 @@ jobs:
16
17
node-version: "18.12.0"
18
19
20
21
22
- name: Publish the package on NPM
23
uses: JS-DevTools/npm-publish@v1
24
0 commit comments