Skip to content

Commit 3ee3133

Browse files
authored
Update npm-publish.yml
1 parent 00278b5 commit 3ee3133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Build package
2525
run: pnpm run build
2626
- name: Publish package
27-
run: pnpm publish projects/angular-components --no-git-checks --force # This commit will be checked out without being attatched to a branch.
27+
run: pnpm publish projects/angular-components --no-git-checks # This commit will be checked out without being attatched to a branch.
2828
env:
2929
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)