Skip to content

Commit

Permalink
chore: Fixed fetch tag
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Feb 11, 2020
1 parent c512e8a commit 4c3e3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Fetching tags
run: git fetch --tags
run: git fetch --tags -f || true

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit 4c3e3dd

Please sign in to comment.