Skip to content

Commit

Permalink
add browser dist-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Dec 13, 2024
1 parent f0cdb7e commit 55e7872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ jobs:
- name: Update browser package version
run: |
VERSION=$(node -e "console.log(require('./package.json').version);")
[[ "$VERSION" == *beta* ]] && npm version prerelease --preid=beta.browser || npm version preminor --preid=beta.browser
[[ "$VERSION" == *beta* ]] && npm version prerelease --preid=beta || npm version preminor --preid=beta
- name: Publish browser version to npm
run: npm publish --access=public
run: npm publish --access=public --tag browser
emit-dispatch-events:
runs-on: ubicloud
needs: [release, check-for-sdk-changes]
Expand Down
1 change: 0 additions & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,3 @@ 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.


0 comments on commit 55e7872

Please sign in to comment.