Skip to content

Commit

Permalink
fix(ci): To rebase again
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Dec 22, 2024
1 parent 3fb9348 commit e1681fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git add .
git commit -m "bump beta version"
git commit -m "fix(ci): bump beta version"
git push

- name: To rebase again
Expand Down
1 change: 0 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "go",
"include-component-in-tag": false,
"always-update": true,
"packages": {
".": {
"extra-files": [
Expand Down

0 comments on commit e1681fc

Please sign in to comment.