Skip to content

Commit

Permalink
chore(build): try to fix auto building
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Aug 4, 2021
1 parent d447f3a commit 234cbba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ 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 Down

0 comments on commit 234cbba

Please sign in to comment.