Skip to content

Commit fa01e7c

Browse files
committed
debug release workflow
1 parent 3dddd61 commit fa01e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
16+
node-version: 22.9.0
1717
cache: npm
1818

1919
- name: "Install dependencies"
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2828
run: |
29-
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
29+
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && git status
3030
3131
- name: Run Lerna Release
3232
run: npm run publish:canary

0 commit comments

Comments
 (0)