chore: test without token
This commit is contained in:
parent
47fef79985
commit
b507721131
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -78,6 +78,6 @@ jobs:
|
||||||
run: npm ci --ignore-scripts
|
run: npm ci --ignore-scripts
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.PAT_SEMANTIC_RELEASE }}
|
# GITHUB_TOKEN: ${{ secrets.PAT_SEMANTIC_RELEASE }}
|
||||||
run: npx semantic-release
|
run: npx semantic-release
|
||||||
|
|
Loading…
Reference in a new issue