Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit e340d8b

Browse files
committed
Hm. Try publishing all packages
1 parent 0470861 commit e340d8b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/javascript.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ jobs:
7676

7777
- name: Dry-run publish to github
7878
run: |-
79-
cd javascript/packages/linter
80-
echo Token is ${NODE_AUTH_TOKEN}
81-
echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc
82-
yarn publish --dry-run --access restricted
79+
npm run release
8380
env:
8481
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)