Skip to content

Commit

Permalink
fix(actions): hack around actions/checkout#290
Browse files Browse the repository at this point in the history
  • Loading branch information
kirasok committed May 18, 2023
1 parent 9bdcf23 commit 9b9704c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Hack around https://github.com/actions/checkout/issues/290
run: |
git fetch --tags --force
- name: get version
run: echo "version=$(git describe --tags)" >> $GITHUB_ENV

Expand Down

0 comments on commit 9b9704c

Please sign in to comment.