We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00278b5 commit 3ee3133Copy full SHA for 3ee3133
.github/workflows/npm-publish.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: Build package
25
run: pnpm run build
26
- 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.
+ run: pnpm publish projects/angular-components --no-git-checks # This commit will be checked out without being attatched to a branch.
28
env:
29
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments