Skip to content

Commit fc751f2

Browse files
committed
More CI fixes...
1 parent 1860977 commit fc751f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
git commit -a -m "Bumped v${{ inputs.version }}"
4949
- run: npm install -g npm@latest
5050
- run: npm publish --tag ${{ inputs.prerelease == true && 'next' || 'latest' }}
51-
env:
52-
GITHUB_TOKEN: ${{ github.token }}
5351
- name: Collect npm logs
5452
if: always()
5553
run: |

0 commit comments

Comments
 (0)