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 f128423 commit 2b8e2d4Copy full SHA for 2b8e2d4
.github/workflows/build-and-release.yml
@@ -42,7 +42,7 @@ jobs:
42
git config user.name "release-controller[bot]"
43
git config user.email "223695+release-controller[bot]@users.noreply.github.com"
44
git commit --allow-empty -m "${{ github.event.inputs.version }} release"
45
- git push origin tims-test-branch
+ git push origin master
46
echo "commit-sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
47
- name: Echo Success if commit was created
48
if: steps.empty-commit.outputs.commit-sha != ''
0 commit comments