Skip to content

Commit 1aea063

Browse files
authored
chore: fix publishing workflow pt 2 (#659)
* chore: fix publishing workflow pt 2 * fix publishing workflow
1 parent 26591a1 commit 1aea063

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
id-token: write
9+
contents: read
910

1011
jobs:
1112
build:
@@ -19,9 +20,7 @@ jobs:
1920
- run: corepack enable && corepack prepare yarn@4.10.3 --activate
2021
- run: yarn
2122
- run: yarn build
22-
- run: yarn publish
23-
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
23+
- run: npm publish
2524

2625
- name: Send success message to Slack
2726
env:

0 commit comments

Comments
 (0)