Skip to content

Commit

Permalink
Release js-lite to 2.0.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Jan 17, 2023
1 parent a7f2ff8 commit 2e92ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
working-directory: ${{ matrix.package.name }}
run: |
tag="alpha"
echo ::set-output name=is_latest::alpha
echo ::set-output name=tag::alpha
if [[ $VERSION =~ ^[0-9]+(\.[0-9]+){2,3}$ ]]; then
echo ::set-output name=is_latest::latest
echo ::set-output name=tag::latest
tag="latest"
fi
Expand Down
2 changes: 1 addition & 1 deletion posthog-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "posthog-js-lite",
"version": "2.0.0-alpha5",
"version": "2.0.0",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 2e92ad8

Please sign in to comment.