File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ jobs:
5151 REACT_APP_COMMIT_SHA : ${{ github.event.pull_request.head.sha || github.sha }}
5252
5353 - name : Configure yarn npm registry credentials
54- if : github.ref == 'refs/heads/main'
54+ # if: github.ref == 'refs/heads/main'
5555 run : |
5656 yarn config set npmRegistryServer "https://registry.npmjs.org"
5757 yarn config set npmAuthToken "${NPM_TOKEN}"
5858 env :
5959 NPM_TOKEN : ${{ secrets.NPM_TOKEN_HIGHLIGHT_RUN }}
6060
6161 - name : Publish highlight npm packages
62- if : github.ref == 'refs/heads/main'
62+ # if: github.ref == 'refs/heads/main'
6363 id : changesets-publish
6464 uses : changesets/action@v1
6565 with :
7070 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN_HIGHLIGHT_RUN }}
7171
7272 - name : Release changesets
73- if : github.ref == 'refs/heads/main'
73+ # if: github.ref == 'refs/heads/main'
7474 id : changesets-version
7575 uses : changesets/action@v1
7676 with :
You can’t perform that action at this time.
0 commit comments