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 dcd203b commit 5e0e173
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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
# now create zip file
Expand All @@ -60,12 +60,6 @@ jobs:
state-name: ".client-sync-state.json"
exclude: |
**/client/**
- name: To rebase again
uses: googleapis/release-please-action@v4
if: ${{ ! steps.release.outputs.release_created }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
- name: Release as production
if: ${{ steps.release.outputs.release_created }}
env:
Expand Down

0 comments on commit 5e0e173

Please sign in to comment.