Skip to content

Commit 677c9c9

Browse files
committed
fixes staging snapshots deployment
1 parent 84260cb commit 677c9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
cd target-branch
4848
git add -A
4949
git commit -m "Deploy $GROUP_ID:$ARTIFACT_ID:$VERSION" || echo "No changes to commit"
50-
git push origin "$STAGING_BRANCH"
50+
git push -u origin "$STAGING_BRANCH"
5151
5252
- name: Generate JaCoCo Badge
5353
id: jacoco

0 commit comments

Comments
 (0)