Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Added extra git fetch step
Browse files Browse the repository at this point in the history
  • Loading branch information
bigibas123 committed Dec 29, 2023
1 parent 0675dc7 commit fb976b3
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 @@ -21,6 +21,10 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-tags: true
- run: |
git fetch --unshallow --tags
echo $?
git tag --list
- name: Get package properties
Expand Down

0 comments on commit fb976b3

Please sign in to comment.