Skip to content

Commit bfd01db

Browse files
fix: update package name to prevent collisions
1 parent 7f5df23 commit bfd01db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
uses: actions/setup-node@v3
1818

1919
- name: Install dependencies
20+
env:
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2022
run: yarn install
2123

2224
- name: Publish package

0 commit comments

Comments
 (0)