Skip to content

Commit 5d3b990

Browse files
delchevclaude
andauthored
ci: publish @aerokit/test to npm on release (#6324)
The generic Playwright runner for generated <name>.test manifests (npm/test) landed without a publish step - the release publishes @dirigiblelabs/dirigible, dirigible-cli and @aerokit/sdk only, so the package was unreachable from npmjs and consumers had to vendor it via a file: dependency. Mirror the @aerokit/sdk steps: stamp the release version, npm publish --access public from ./npm/test. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 486db9a commit 5d3b990

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,18 @@ jobs:
256256

257257
#--------------- Publish aerokit/sdk to NPM -----------------#
258258

259+
#--------------- Publish aerokit/test to NPM -----------------#
260+
261+
- name: (@aerokit/test) Set the new package version
262+
working-directory: ./npm/test
263+
run: npm version "${{ github.event.inputs.releaseVersion }}" --no-git-tag-version
264+
265+
- name: (@aerokit/test) Publish the package to npm
266+
working-directory: ./npm/test
267+
run: npm publish --access public
268+
269+
#--------------- Publish aerokit/test to NPM -----------------#
270+
259271
- name: "Git: Push Changes"
260272
run: |
261273
git checkout -B ${{ github.event.inputs.releaseVersion }}

0 commit comments

Comments
 (0)