Skip to content

Commit

Permalink
ci: fetch before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Ottun committed Sep 25, 2021
1 parent 724ecef commit f6ab290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
node-version: '10.x'
registry-url: 'https://registry.npmjs.org'
- run: |
git fetch
yarn
yarn build
git log
Expand Down

0 comments on commit f6ab290

Please sign in to comment.