Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere committed Aug 14, 2020
1 parent c989ee5 commit deea430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
-
name: Unshallow
run: git fetch --prune --unshallow
run: git fetch --prune --unshallow --tags
-
name: Get tag
uses: olegtarasov/get-tag@v2
Expand Down

0 comments on commit deea430

Please sign in to comment.