Skip to content

Commit

Permalink
fix: release with GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 14, 2024
1 parent 9490542 commit d4e4b26
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
Expand Up @@ -14,13 +14,15 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ssh-key: ${{ secrets.DEPLOY_KEY }}
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Install additional semantic-release plugins
run: npm i --save=false semantic-release @socialgouv/releaserc @semantic-release/changelog @semantic-release/git @semantic-release/npm
run:
npm i --save=false semantic-release @socialgouv/releaserc
@semantic-release/changelog @semantic-release/git
@semantic-release/npm
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d4e4b26

Please sign in to comment.