Skip to content

Commit a49bdfb

Browse files
committed
Use git fetch only for origin
1 parent aff8d7a commit a49bdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spring-finalize-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
NEXT_VERSION=${NEXT_VERSION}-SNAPSHOT
6464
65-
git fetch --all
65+
git fetch origin
6666
git pull origin ${{ github.ref }}
6767
6868
if test -f pom.xml

0 commit comments

Comments
 (0)