We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c42fc2 commit f128423Copy full SHA for f128423
.github/workflows/build-and-release.yml
@@ -41,8 +41,6 @@ jobs:
41
run: |
42
git config user.name "release-controller[bot]"
43
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
46
git commit --allow-empty -m "${{ github.event.inputs.version }} release"
47
git push origin tims-test-branch
48
echo "commit-sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
0 commit comments