Skip to content

Commit ec5d6e0

Browse files
committed
ci: update latest runner
1 parent 7ff5c9e commit ec5d6e0

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

Diff for: .github/workflows/release-grapesjs-react-latest.yml

+3-11
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,13 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
13-
1413
- name: Setup project
1514
uses: ./.github/actions/setup-project
16-
1715
- name: Build
1816
run: yarn build:core
19-
20-
- name: Setup NPM Auth
21-
run: |
22-
echo "//registry.yarnpkg.com/:_authToken=${NODE_AUTH_TOKEN}" >> ./packages/grapesjs-react/.npmrc
23-
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ./packages/grapesjs-react/.npmrc
24-
env:
25-
NODE_AUTH_TOKEN: ${{ secrets.ORG_NPM_TOKEN }}
26-
2717
- name: Publish to npm
28-
run: yarn publish:core:latest
2918
env:
3019
NODE_AUTH_TOKEN: ${{ secrets.ORG_NPM_TOKEN }}
20+
run: |
21+
echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> ./packages/grapesjs-react/.npmrc
22+
yarn publish:core:latest

0 commit comments

Comments
 (0)