Skip to content

Commit

Permalink
Merge pull request #97 from Unleash/task/fix_release_workflow
Browse files Browse the repository at this point in the history
Task/fix release workflow
  • Loading branch information
andreas-unleash authored Jul 20, 2022
2 parents 95f7539 + 76130e7 commit 56d2614
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: |
npm install --frozen-lockfile
- run: |
LATEST=$(npm show @unleash/proxy-client-js version)
LATEST=$(npm show unleash-proxy-client version)
TAG=$(node scripts/npm-tag.js $LATEST)
npm publish --tag ${TAG:-latest}
env:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unleash-proxy-client",
"version": "2.0.2-beta-0",
"version": "2.0.2-beta-1",
"description": "A browser client that can be used together with the unleash-proxy.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit 56d2614

Please sign in to comment.