Skip to content

Commit c862aae

Browse files
committed
TMP force release highlight
1 parent b6881a5 commit c862aae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/turbo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
@@ -70,7 +70,7 @@ jobs:
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:

0 commit comments

Comments
 (0)