diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 623ca8c45..17ce2c2c8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -252,6 +252,8 @@ jobs: [[ "$VERSION" == *beta* ]] && npm version prerelease --preid=beta || npm version preminor --preid=beta - name: Publish browser version to npm run: npm publish --access=public --tag browser + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} emit-dispatch-events: runs-on: ubicloud needs: [release, check-for-sdk-changes] diff --git a/sdk/README.md b/sdk/README.md index 3d4f658f2..0e1c1a34d 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -273,3 +273,4 @@ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Drift SDK by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions. +