Skip to content

Commit

Permalink
fix(release-please): changed for root package setup
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Nov 20, 2024
1 parent 4dc2081 commit 2eca6bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Release Please Outputs
if: steps.release-please.outcome == 'success'
run: |
echo ${{ steps.release-please.outputs }}
echo toJson(${{ steps.release-please.outputs }})
-
name: Dispatch Edge Build
# Run this step only if the release-please completes successfully
Expand All @@ -47,7 +47,7 @@ jobs:
-
name: Dispatch Skaha Release Build
# Run this step only if the release-please completes successfully
if: ${{ steps.release-please.outputs.releases_created == 'true' }}
if: ${{ steps.release-please.outputs.release_created == 'true' }}
run: |
echo "Release Build currently Disabled"
# uses: peter-evans/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"skaha": "0.24.0"
".": "0.24.0"
}
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": {
"skaha": {
".": {
"path": ".",
"package-name": "skaha",
"changelog-path": "CHANGELOG.md",
Expand All @@ -18,7 +18,7 @@
"extra-files": [
{
"type": "generic",
"path": "gradle.properties"
"path": "skaha/gradle.properties"
}
]
}
Expand Down

0 comments on commit 2eca6bb

Please sign in to comment.