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 e66ca21 commit 97bfc86Copy full SHA for 97bfc86
.github/workflows/cicd.yml
@@ -40,9 +40,9 @@ jobs:
40
- name: Run NX Affected Commands
41
uses: ./.github/actions/run-affected
42
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 }}
+ # - name: Publish Packages
+ # if: github.event_name == 'push'
+ # uses: ./.github/actions/publish
+ # with:
+ # github-token: ${{ secrets.GITHUB_TOKEN }}
+ # npm-token: ${{ secrets.NPM_TOKEN }}
0 commit comments