Skip to content

Commit

Permalink
fix: Add primary to workflow file and force release version (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
appcypher authored Dec 3, 2024
1 parent 28b7686 commit 99e9e5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
uses: googleapis/release-please-action@v4
id: release
with:
command: manifest
token: ${{ secrets.GITHUB_TOKEN }}
default-branch: appcypher/base-fix-release
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
primary: true

build-release-macos-arm64:
needs: release-please
Expand Down
9 changes: 6 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@
"packages": {
"monocore": {
"package-name": "monocore",
"release-type": "rust"
"release-type": "rust",
"release-as": "0.1.0"
},
"monofs": {
"package-name": "monofs",
"release-type": "rust"
"release-type": "rust",
"release-as": "0.1.0"
},
"monoutils-store": {
"package-name": "monoutils-store",
"release-type": "rust"
"release-type": "rust",
"release-as": "0.1.0"
}
},
"plugins": [
Expand Down

0 comments on commit 99e9e5d

Please sign in to comment.