Skip to content

Commit ff7e6af

Browse files
committed
Updating the version to 1.17.2 and removing debug steps from the publish workflow
1 parent 40ab901 commit ff7e6af

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
node-version: '22'
1717
registry-url: 'https://registry.npmjs.org/'
1818
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 }}
2419
- run: npm ci
2520
- run: npm publish
2621
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vasu-playwright-utils",
3-
"version": "1.17.0",
3+
"version": "1.17.2",
44
"description": "Playwright Typescript Library with reusable utilities",
55
"main": "./dist/src/vasu-playwright-lib/index.js",
66
"types": "./dist/src/vasu-playwright-lib/index.d.ts",

0 commit comments

Comments
 (0)