Skip to content

Commit

Permalink
ci: add release please manifest file
Browse files Browse the repository at this point in the history
Signed-off-by: vahid torkaman <[email protected]>
  • Loading branch information
vahidlazio committed Aug 18, 2023
1 parent cb665e7 commit e71cd9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release_please.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
on:
push:
# push:
# branches:
# - main
pull_request:
branches:
- main
- '*'

name: Run Release Please
jobs:
Expand All @@ -15,7 +18,7 @@ jobs:
with:
command: manifest
token: ${{secrets.GITHUB_TOKEN}}
default-branch: main
default-branch: add-release-manifest

# The logic below handles the github release:
- name: Cache Gradle and wrapper
Expand Down
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit e71cd9e

Please sign in to comment.