Skip to content

Commit f456e53

Browse files
authored
Update on-merge-main.yml (#506)
1 parent 8f0d104 commit f456e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-merge-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
run: |
3636
npm run clean
3737
npm run build
38-
npm whoami
3938
- name: "Create Pull Request or Publish to npm"
4039
uses: changesets/action@v1
4140
with:
@@ -45,3 +44,4 @@ jobs:
4544
env:
4645
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4746
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
47+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)