Skip to content

Commit

Permalink
fix(ci): removed rebase again
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Dec 22, 2024
1 parent 16b85f9 commit aa60bba
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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
fi
Expand All @@ -52,10 +52,3 @@ jobs:
npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: To rebase again
uses: googleapis/release-please-action@v4
if: ${{ ! steps.release.outputs.release_created }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

0 comments on commit aa60bba

Please sign in to comment.