Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 9236d86

Browse files
committed
fix: don't use semantic release for second release
1 parent 8b3d54a commit 9236d86

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Upload Coverage / Release / Playwright Test
7878
run: |
7979
npm run prepare:playwright-test
80-
npm run ci-after-success
80+
npm publish
8181
if: ${{ matrix.node == '14' && matrix.playwright == 'latest' }}
8282
env:
8383
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

playwright-test/prepare-package.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const run = async () => {
1212
const modifiedPackage = {
1313
...package,
1414
name: '@playwright-testing-library/test',
15-
version: '0.0.0-semantically-released',
1615
}
1716

1817
await fs.writeFile(PACKAGE, JSON.stringify(modifiedPackage, undefined, 2))

0 commit comments

Comments
 (0)