Skip to content

Commit 5ee3949

Browse files
authored
chore: fix yaml whitespace (#96)
* fix indentation in release please yml * typo in release please
1 parent 5f5eda3 commit 5ee3949

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/workflows/release-please.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -122,22 +122,22 @@ jobs:
122122
workspace_path: packages/sdk/server-node
123123
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
124124

125-
release-vercel:
126-
runs-on: ubuntu-latest
127-
needs: ['release-please']
128-
permissions:
129-
id-token: write
130-
contents: write
131-
if: ${{ needs.release-please.outputs.package-vercel-released }}
132-
steps:
133-
- uses: actions/checkout@v3
134-
- uses: actions/setup-node@v3
135-
with:
136-
node-version: 16.x
137-
registry-url: 'https://registry.npmjs.org'
138-
- id: release-common
139-
name: Full release of packages/sdk/vercel
140-
uses: ./actions/full-release
141-
with:
142-
workspace_path: packages/sdk/vercel
143-
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
125+
release-vercel:
126+
runs-on: ubuntu-latest
127+
needs: ['release-please']
128+
permissions:
129+
id-token: write
130+
contents: write
131+
if: ${{ needs.release-please.outputs.package-vercel-released }}
132+
steps:
133+
- uses: actions/checkout@v3
134+
- uses: actions/setup-node@v3
135+
with:
136+
node-version: 16.x
137+
registry-url: 'https://registry.npmjs.org'
138+
- id: release-common
139+
name: Full release of packages/sdk/vercel
140+
uses: ./actions/full-release
141+
with:
142+
workspace_path: packages/sdk/vercel
143+
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"packages/sdk/cloudflare": {
1616
"bump-minor-pre-major": true
1717
},
18-
"packages/type/my-package": {
18+
"packages/sdk/vercel": {
1919
"bump-minor-pre-major": true,
2020
"release-as": "0.1.0",
2121
"bootstrap-sha": "bc70619e59f88b6336cf84f79b1c28c55e54d44b"

0 commit comments

Comments
 (0)