We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ab901 commit ff7e6afCopy full SHA for ff7e6af
.github/workflows/publish-release.yml
@@ -16,11 +16,6 @@ jobs:
16
node-version: '22'
17
registry-url: 'https://registry.npmjs.org/'
18
always-auth: true
19
- # Debug step to verify npm login
20
- - name: Verify npm login
21
- run: npm whoami
22
- env:
23
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
24
- run: npm ci
25
- run: npm publish
26
env:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vasu-playwright-utils",
3
- "version": "1.17.0",
+ "version": "1.17.2",
4
"description": "Playwright Typescript Library with reusable utilities",
5
"main": "./dist/src/vasu-playwright-lib/index.js",
6
"types": "./dist/src/vasu-playwright-lib/index.d.ts",
0 commit comments