Skip to content

Commit

Permalink
Merge pull request #9 from celestifyhq/bug/fix-npm-release-action
Browse files Browse the repository at this point in the history
Bug fix for npm release github action
  • Loading branch information
parasdaryanani authored Dec 11, 2024
2 parents 4641d23 + 34981be commit 5237544
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Build
run: npm run build

- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
with:
publish: npm run build && npm publish
publish: npm publish
commit: "chore: version packages"
title: "chore: version packages"
env:
Expand Down

0 comments on commit 5237544

Please sign in to comment.