Skip to content

Commit

Permalink
chore: change job
Browse files Browse the repository at this point in the history
  • Loading branch information
demmorou committed Aug 19, 2024
1 parent a0c62c7 commit 067558a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_npm_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Packages to npm
on:
push:
branches:
- main
- 'release/**'

jobs:
publish-package:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
run: pnpm -F ${{ env.PACKAGE }} build

- name: Publish specific package
run: pnpm -F ${{ env.PACKAGE }} publish
run: pnpm -F ${{ env.PACKAGE }} publish --no-git-checks

0 comments on commit 067558a

Please sign in to comment.