Skip to content

Commit

Permalink
CI: add workaround for release build missing git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Oct 18, 2022
1 parent f25f335 commit 5bc4aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --tags --force origin # WA: https://github.com/actions/checkout/issues/882
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 5bc4aca

Please sign in to comment.