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 cab83c6 commit 4a34670
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
git commit -m "bump beta version"
git push

- 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
- name: Upload server files
if: ${{ steps.release.outputs.release_created }}
run: make -j upload
Expand Down

0 comments on commit 4a34670

Please sign in to comment.