Skip to content

Commit

Permalink
fix github action emit VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Dec 16, 2024
1 parent 81d6919 commit 7f272be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ jobs:
git pull --rebase origin master
git push origin HEAD
}
echo "version=$PACKAGE_VERSION" >> $GITHUB_OUTPUT
- name: Publish to npm
run: npm publish --access=public
env:
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 7f272be

Please sign in to comment.