Skip to content

Commit

Permalink
fix: release workflow (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcmr authored Aug 13, 2022
1 parent 061dc2b commit cef18fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit cef18fc

Please sign in to comment.