Skip to content

Commit 5237544

Browse files
Merge pull request #9 from celestifyhq/bug/fix-npm-release-action
Bug fix for npm release github action
2 parents 4641d23 + 34981be commit 5237544

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ jobs:
2424
- name: Install Dependencies
2525
run: npm ci
2626

27+
- name: Build
28+
run: npm run build
29+
2730
- name: Create Release Pull Request or Publish
2831
id: changesets
2932
uses: changesets/action@v1
3033
with:
31-
publish: npm run build && npm publish
34+
publish: npm publish
3235
commit: "chore: version packages"
3336
title: "chore: version packages"
3437
env:

0 commit comments

Comments
 (0)