Skip to content

Commit 2fa28ad

Browse files
yml fix
1 parent 6bddf7d commit 2fa28ad

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/create-release-branch.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,7 @@ jobs:
118118
rush build -t @azure/communication-react
119119
id: buildapifiles
120120

121-
- name: Commit beta release snapshots
122-
if: ${{ startsWith(github.event.inputs.branch, 'prerelease-beta' )}}
123-
run: |
124-
git add packages/**/*.api.md
125-
git commit -m 'Update ${{ matrix.flavor }} API files'
126-
git push -u origin ${{ steps.releasebranch.outputs.releasebranch }}
121+
# No files changing here, so we don't need to commit, this action needs fixed to cope with no changes.
127122

128123
# Checkout back to pre-release branch
129124
- name: Hop back to pre-release branch

0 commit comments

Comments
 (0)