Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/setup-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
# Add generated license files
git add LICENSE-THIRD-PARTY
git commit -m "Update third-party license attribution for $BRANCH_NAME"
# If there are no changes, then we don't need a new attribution commit
git commit -m "Update third-party license attribution for $BRANCH_NAME" || true
# Push RC branch
git push origin $BRANCH_NAME
Loading