mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
wip: explicitly fetching tags
This commit is contained in:
parent
9b5e169012
commit
7c059b3a3d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -10,6 +10,7 @@ jobs:
|
|||
- run: cd $GITHUB_WORKSPACE
|
||||
- run: pwd
|
||||
- run: ls -alt
|
||||
- run: git fetch --tags
|
||||
- run: git describe --tags
|
||||
- run: echo $(sh .github/workflows/version.sh)
|
||||
- run: echo "::set-output version=$(sh .github/workflows/version.sh)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue