Skip to content

Commit

Permalink
Update Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
anudit committed Jun 5, 2023
1 parent 39d25e7 commit 4d14899
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,14 @@ jobs:

- uses: valist-io/valist-github-action@v2
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 }}
account: theconvospace
project: ${{ github.event.inputs.package-name }}
release: ${{ github.event.inputs.release_version }}
platform-web: './packages/$PACKAGE_NAME/**/**'
platform-web: './packages/${{ github.event.inputs.package-name }}/**/**'



Expand Down

1 comment on commit 4d14899

@vercel
Copy link

@vercel vercel bot commented on 4d14899 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.vercel.app
convosdk-examples-browser-git-main-anudit.vercel.app
convosdk-examples-browser-anudit.vercel.app

Please sign in to comment.