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 e111026 commit 47df369
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
- name: Publish Package
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
run: |
PACKAGE_NAME=${{ github.event.inputs.package-name }}
cd ./packages/${PACKAGE_NAME} && npm publish --provenance --access public
- name: Commit and Push Changes
Expand All @@ -75,6 +76,7 @@ jobs:
- uses: valist-io/valist-github-action@v2.1.0
env:
PACKAGE_NAME: ${{ github.event.inputs.package-name }}
VALIST_RELEASER_PK: ${{ secrets.VALIST_RELEASER_PK }}
with:
rpc-url: https://rpc.valist.io/polygon
private-key: ${{ secrets.VALIST_RELEASER_PK }}
Expand Down

1 comment on commit 47df369

@vercel
Copy link

@vercel vercel bot commented on 47df369 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.