Skip to content

Commit

Permalink
ci: try removing the semantic release token (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
lytovka committed Oct 17, 2023
1 parent dff91d5 commit 95e35b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release to npm registry
on: workflow_dispatch

permissions:
contents: read # for checkout

jobs:
release:
name: 📦 Release package
Expand All @@ -17,8 +20,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
with:
token: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
persist-credentials: false
fetch-depth: 0
- name: Get Node.js version from .nvmrc
run: echo NVMRC=`cat .nvmrc` >> $GITHUB_ENV
- name: Setup Node.js
Expand Down

0 comments on commit 95e35b8

Please sign in to comment.