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 9809183 commit dc8941e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write
permissions: write-all

steps:
- name: checkout
Expand Down Expand Up @@ -64,7 +62,10 @@ jobs:
# echo //registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN >> ./packages/${PACKAGE_NAME}/.npmrc
# cd ./packages/${PACKAGE_NAME} && npm publish --provenance --access public

- uses: stefanzweifel/git-auto-commit-action@v4
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: Release ${{ github.event.inputs.package-name }}@${{ github.event.inputs.release_version }}

Expand Down

1 comment on commit dc8941e

@vercel
Copy link

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