Skip to content

Commit 82b0cd3

Browse files
authored
Minor fixes (#8)
* Added some minor fixes * Added yarn install task for npm publish
1 parent 30b3a7f commit 82b0cd3

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/create_and_publish_releases.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
with:
2727
node-version-file: ".nvmrc"
2828

29+
- name: Setup the project
30+
run: yarn install
31+
2932
- name: Prefix version tag with "v"
3033
run: yarn config set version-tag-prefix "v"
3134

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
with:
1717
node-version: "18.12.0"
1818

19+
- name: Setup the project
20+
run: yarn install
21+
1922
- name: Publish the package on NPM
2023
uses: JS-DevTools/npm-publish@v1
2124
with:

0 commit comments

Comments
 (0)