Skip to content

Commit

Permalink
ci: use release please v3 (#29)
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 933bc73 commit c892a70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release_please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

# Release-please creates a PR that tracks all changes
steps:
- uses: google-github-actions/release-please-action@ca6063f4ed81b55db15b8c42d1b6f7925866342d # v3
- uses: google-github-actions/release-please-action@v3
id: release
with:
command: manifest
Expand Down Expand Up @@ -48,7 +48,6 @@ jobs:
OF_KOTLIN_RELEASE_VERSION: ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
run: bash ./gradlew :openfeature:assemble


- name: Upload Openfeature SDK AAR 🗳
if: ${{ steps.release.outputs.releases_created }}
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit c892a70

Please sign in to comment.