Skip to content

Commit 97bfc86

Browse files
committed
ci(cicd.yml): temporarily disable auto publishing
1 parent e66ca21 commit 97bfc86

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/cicd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
- name: Run NX Affected Commands
4141
uses: ./.github/actions/run-affected
4242

43-
- name: Publish Packages
44-
if: github.event_name == 'push'
45-
uses: ./.github/actions/publish
46-
with:
47-
github-token: ${{ secrets.GITHUB_TOKEN }}
48-
npm-token: ${{ secrets.NPM_TOKEN }}
43+
# - name: Publish Packages
44+
# if: github.event_name == 'push'
45+
# uses: ./.github/actions/publish
46+
# with:
47+
# github-token: ${{ secrets.GITHUB_TOKEN }}
48+
# npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)