Skip to content

Commit

Permalink
Update Release.yml (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ authored Feb 8, 2021
1 parent 082e58b commit 02fc3e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
needs: [Test]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
persist-credentials: false

- uses: actions/[email protected]
with:
Expand All @@ -47,7 +50,8 @@ jobs:
- name: Run semantic-release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

## Dedicated bot user for all @K-FOSS Repos
Expand Down

0 comments on commit 02fc3e6

Please sign in to comment.