Skip to content

Commit

Permalink
Updating the version to 1.17.2 and removing debug steps from the publ…
Browse files Browse the repository at this point in the history
…ish workflow
  • Loading branch information
vasu31dev committed Oct 17, 2024
1 parent 40ab901 commit ff7e6af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
node-version: '22'
registry-url: 'https://registry.npmjs.org/'
always-auth: true
# Debug step to verify npm login
- name: Verify npm login
run: npm whoami
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm ci
- run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vasu-playwright-utils",
"version": "1.17.0",
"version": "1.17.2",
"description": "Playwright Typescript Library with reusable utilities",
"main": "./dist/src/vasu-playwright-lib/index.js",
"types": "./dist/src/vasu-playwright-lib/index.d.ts",
Expand Down

0 comments on commit ff7e6af

Please sign in to comment.