Skip to content

Commit 5bc4aca

Browse files
committedOct 18, 2022
CI: add workaround for release build missing git tag
actions/checkout#882 (comment)
1 parent f25f335 commit 5bc4aca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/checkout@v3
3636
with:
3737
fetch-depth: 0
38+
- run: git fetch --tags --force origin # WA: https://github.com/actions/checkout/issues/882
3839
- name: Configure AWS Credentials
3940
uses: aws-actions/configure-aws-credentials@v1
4041
with:

0 commit comments

Comments
 (0)
Please sign in to comment.