We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933bc73 commit 00926d2Copy full SHA for 00926d2
.github/workflows/release_please.yaml
@@ -10,7 +10,7 @@ jobs:
10
11
# Release-please creates a PR that tracks all changes
12
steps:
13
- - uses: google-github-actions/release-please-action@ca6063f4ed81b55db15b8c42d1b6f7925866342d # v3
+ - uses: google-github-actions/release-please-action@v3
14
id: release
15
with:
16
command: manifest
@@ -48,7 +48,6 @@ jobs:
48
OF_KOTLIN_RELEASE_VERSION: ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
49
run: bash ./gradlew :openfeature:assemble
50
51
-
52
- name: Upload Openfeature SDK AAR 🗳
53
if: ${{ steps.release.outputs.releases_created }}
54
uses: actions/upload-release-asset@v1
0 commit comments