We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f87f04 commit 37665a3Copy full SHA for 37665a3
1 file changed
.github/workflows/release.yml
@@ -134,18 +134,18 @@ jobs:
134
echo "branch=release/v$NEW_VERSION" >> $GITHUB_OUTPUT
135
echo "New version: $NEW_VERSION"
136
137
- - name: Update snapshots after CDK sync
138
- run: |
139
- npm run test:update-snapshots
140
- echo "✓ Snapshots updated"
141
-
142
- name: Regenerate JSON schema
143
run: |
144
npm run build
145
node scripts/generate-schema.mjs
146
npx prettier --write schemas/
147
echo "✓ JSON schema regenerated and formatted"
148
+ - name: Update snapshots after CDK sync
+ run: |
+ npm run test:update-snapshots
+ echo "✓ Snapshots updated"
+
149
- name: Create release branch and PR
150
env:
151
NEW_VERSION: ${{ steps.bump.outputs.version }}
0 commit comments