diff --git a/.github/workflows/release-sdk.yaml b/.github/workflows/release-sdk.yaml index 2210e10..c562996 100644 --- a/.github/workflows/release-sdk.yaml +++ b/.github/workflows/release-sdk.yaml @@ -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 diff --git a/code/package.json b/code/package.json index 7e35037..d4c38d8 100644 --- a/code/package.json +++ b/code/package.json @@ -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",