Skip to content

Commit

Permalink
chore: publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi committed Sep 23, 2024
1 parent 7c099e0 commit 483ee65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/release-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@ jobs:
echo "Current version: $version"
pnpm i
npm dist-tag rm @expediagroup/[email protected] beta
# if [ "${{ inputs.channel }}" == "production" ]; then
# echo "Publishing a production release: $version"
# pnpm run publish:prod
# elif [ "${{ inputs.channel }}" == "beta" ]; then
# echo "Publishing a beta release: $version"
# pnpm run publish:beta
# fi
if [ "${{ inputs.channel }}" == "production" ]; then
echo "Publishing a production release: $version"
pnpm run publish:prod
elif [ "${{ inputs.channel }}" == "beta" ]; then
echo "Publishing a beta release: $version"
pnpm run publish:beta
fi
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": "1.0.0-beta",
"version": "0.0.3-beta",
"files": [
"dist"
],
Expand Down

0 comments on commit 483ee65

Please sign in to comment.