Skip to content

Commit

Permalink
Fix build number for CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucka-me committed Mar 6, 2021
1 parent 6fdf02e commit e154be4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/[email protected]
with:
node-version: 12.x
Expand Down

0 comments on commit e154be4

Please sign in to comment.