Skip to content

Commit 7dd05cb

Browse files
committed
update: release creation with git fetch
1 parent ec3e6e3 commit 7dd05cb

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- run: |
2626
cd $GITHUB_WORKSPACE
2727
ls -al
28+
git fetch
29+
git fetch --tags
2830
git tag -l
2931
3032
LATEST_TAG=`git tag --sort=refname |tail -n 2 |head -n 1`

gitcmd.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)