Skip to content

Commit 915aa0b

Browse files
authored
Merge pull request #20 from crisanlucid/crisanlucid-patch-4
Update create-release.yml
2 parents 0e002d1 + a7b2887 commit 915aa0b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/create-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
cache: 'npm'
1818
- name: Publish
1919
run: |
20-
npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
21-
npm ci
22-
npm publish
20+
yarn config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
21+
yarn install --frozen-lockfile
22+
yarn build
23+
yarn publish
2324
env:
2425
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2526

0 commit comments

Comments
 (0)