Skip to content

Commit f128423

Browse files
committed
try on master
1 parent 5c42fc2 commit f128423

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
run: |
4242
git config user.name "release-controller[bot]"
4343
git config user.email "223695+release-controller[bot]@users.noreply.github.com"
44-
git fetch origin tims-test-branch
45-
git checkout tims-test-branch
4644
git commit --allow-empty -m "${{ github.event.inputs.version }} release"
4745
git push origin tims-test-branch
4846
echo "commit-sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)