fix(ci): skip extra packages

This commit is contained in:
LoricAndre 2024-12-01 00:45:47 +01:00
parent 262bce09d7
commit c3d4e368cd
3 changed files with 12 additions and 6 deletions

View file

@ -3,7 +3,15 @@
"bump-minor-pre-major": true,
"include-component-in-tag": false,
"packages": {
".": {}
"skim": {
"changelog-path": "/CHANGELOG.md"
},
"e2e": {
"skip-github-release": true
},
"xtask": {
"skip-github-release": true
}
},
"plugins": ["cargo-workspace"]
}

View file

@ -1,5 +1,3 @@
{
"skim": "0.15.0",
"e2e": "0.15.0",
"xtask": "0.15.0"
"skim": "0.14.3"
}

View file

@ -19,8 +19,8 @@ jobs:
config-file: .github/release-please/config.json
manifest-file: .github/release-please/manifest.json
outputs:
release_created: ${{ steps.release_please.outputs.skim-release_created }}
tag_name: ${{ steps.release_please.outputs.skim-tag_name }}
release_created: ${{ steps.release_please.outputs.release_created }}
tag_name: ${{ steps.release_please.outputs.tag_name }}
setup-release:
runs-on: ubuntu-latest