Skip to content

Commit

Permalink
ci: workflow fixes (#436)
Browse files Browse the repository at this point in the history
* ci: workflow fixes

* Update release-generator.yml

* chore: change include component in tag

* chore: remove include-component-in-tag as it produces the wrong version

* chore: test new config

* chore: update peer deps setting

* chore: target this branch config

* chore: prep for production

* chore: prep for prod
  • Loading branch information
daine authored Feb 16, 2024
1 parent c7c7c2b commit b402232
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ jobs:
- uses: actions/create-github-app-token@86576b355dd19da0519e0bdb63d8edb5bcf76a25 # v1.7.0
id: sre_app_token
with:
app_id: ${{ secrets.SRE_APP_ID }}
private_key: ${{ secrets.SRE_APP_PRIVATE_KEY }}
app-id: ${{ secrets.SRE_APP_ID }}
private-key: ${{ secrets.SRE_APP_PRIVATE_KEY }}

- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4.0.2
id: release
with:
command: manifest
token: ${{ steps.sre_app_token.outputs.token }}
release-type: node
default-branch: main
4 changes: 4 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
],
"release-type": "node",
"plugins": [
{
"type": "node-workspace",
"updatePeerDependencies": true
},
{
"type": "linked-versions",
"groupName": "GCDS Components",
Expand Down

0 comments on commit b402232

Please sign in to comment.