Skip to content

Commit 24a6b88

Browse files
committed
Remove the build step on release job
1 parent 4d2b541 commit 24a6b88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-on-npm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
with:
1414
node-version: 12
1515
- run: yarn install --frozen-lockfile
16-
- run: yarn run build
1716
- run: npx semantic-release
1817
env:
1918
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)