Skip to content

Commit

Permalink
update: release creation with git fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Esonhugh committed Jun 18, 2024
1 parent ec3e6e3 commit 7dd05cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- run: |
cd $GITHUB_WORKSPACE
ls -al
git fetch
git fetch --tags
git tag -l
LATEST_TAG=`git tag --sort=refname |tail -n 2 |head -n 1`
Expand Down
22 changes: 0 additions & 22 deletions gitcmd.sh

This file was deleted.

0 comments on commit 7dd05cb

Please sign in to comment.