Skip to content

Commit

Permalink
fix(ci): always-update
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Dec 22, 2024
1 parent 24c9082 commit 1134c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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 [email protected]
git add .
git commit -m "fix(ci): bump beta version"
git commit -m "bump beta version"
git push

- name: To rebase again
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$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 1134c50

Please sign in to comment.