Skip to content

Commit 2b8e2d4

Browse files
committed
fix push command
1 parent f128423 commit 2b8e2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git config user.name "release-controller[bot]"
4343
git config user.email "223695+release-controller[bot]@users.noreply.github.com"
4444
git commit --allow-empty -m "${{ github.event.inputs.version }} release"
45-
git push origin tims-test-branch
45+
git push origin master
4646
echo "commit-sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
4747
- name: Echo Success if commit was created
4848
if: steps.empty-commit.outputs.commit-sha != ''

0 commit comments

Comments
 (0)