Skip to content

Commit

Permalink
Merge pull request #5 from withuno/smithki/fix-ci
Browse files Browse the repository at this point in the history
Fix CI/CD flow
  • Loading branch information
smithki authored Mar 18, 2023
2 parents 1af1ae5 + 68ac682 commit a917af0
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 @@ -14,6 +14,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Fetch Git tags
run: git fetch --unshallow --tags

- name: Use Node 16.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a917af0

Please sign in to comment.