Skip to content

Commit

Permalink
πŸ› fix(main.yml): change npm run ci-publish to npm run publish in the …
Browse files Browse the repository at this point in the history
…'Publish package' job step
  • Loading branch information
ferdiunal committed Apr 18, 2023
1 parent 5b6d96b commit 91b639a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"

- name: Publish package
run: npm run ci-publish ${{ github.ref_name }}
run: npm run publish ${{ github.ref_name }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 91b639a

Please sign in to comment.