Skip to content

Commit 200fd43

Browse files
committed
fetch origin instead ?
1 parent a4cf081 commit 200fd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
exit 0
2525
fi
2626
27-
git fetch --tags
27+
git fetch origin
2828
CURRENT_VERSION=$(git describe --tags --abbrev=0)
2929
3030
IFS='.' read -r MAJOR MINOR PATCH <<< "$CURRENT_VERSION"

0 commit comments

Comments
 (0)