Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(release): fix semanti release env
Browse files Browse the repository at this point in the history
fix #43
  • Loading branch information
matteovivona committed Jul 2, 2020
1 parent 3e0a80e commit 2a095c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ jobs:
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release

0 comments on commit 2a095c9

Please sign in to comment.