Skip to content

Commit

Permalink
chore: update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Sep 17, 2024
1 parent 76b5d06 commit df04e4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
else
version="$curr_version"
fi
echo "version: ||$version||"
echo "Publishing a beta release: $version"
npm version "$version" --allow-same-version

Expand Down
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expediagroup/lodging-connectivity-sdk",
"version": "0.0.2-SNAPSHOT",
"version": "0.0.2-beta.0",
"files": ["dist"],
"scripts": {
"build": "rollup -c ../rollup.config.js --bundleConfigAsCjs",
Expand Down

0 comments on commit df04e4e

Please sign in to comment.