Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anudit committed Jun 5, 2023
1 parent ccd8e6d commit 6930750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
PACKAGE_NAME=${{ github.event.inputs.package-name }}
npm adduser --registry=https://registry.npmjs.org/
echo //npm.pkg.github.com/:_authToken=$NODE_AUTH_TOKEN >> ./packages/${PACKAGE_NAME}/.npmrc
cd ./packages/${PACKAGE_NAME} && npm publish --provenance --access public
- name: Commit and Push Changes
Expand Down

1 comment on commit 6930750

@vercel
Copy link

@vercel vercel bot commented on 6930750 Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

convosdk-examples-browser – ./examples/browser

convosdk-examples-browser-git-main-anudit.vercel.app
convosdk-examples-browser-anudit.vercel.app
convosdk-examples-browser.vercel.app

Please sign in to comment.