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 012cd60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 Expand Up @@ -49,6 +49,7 @@ jobs:
run: bash ./gradlew :openfeature:assemble

- name: Create Release ✅
if: ${{ steps.release.outputs.releases_created }}
id: create_release
uses: actions/create-release@v1
env:
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 012cd60

Please sign in to comment.