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 4f90bc6 commit c59b435Copy full SHA for c59b435
.github/workflows/setup-release-candidate.yml
@@ -49,7 +49,8 @@ jobs:
49
50
# Add generated license files
51
git add LICENSE-THIRD-PARTY
52
- 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
53
+ git commit -m "Update third-party license attribution for $BRANCH_NAME" || true
54
55
# Push RC branch
56
git push origin $BRANCH_NAME
0 commit comments