Skip to content

Commit

Permalink
chore(build): fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Aug 4, 2021
1 parent b48edfb commit 5047dc9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: '16'
Expand All @@ -21,5 +18,5 @@ jobs:
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.SEMENTIC_AND_DEPBOT_TOKEN }}
GH_TOKEN: ${{ secrets.SEMENTIC_AND_DEPBOT_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5047dc9

Please sign in to comment.