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 84df80e commit 2980f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
pnpm publish --no-git-checks
elif [ "${{ inputs.channel }}" == "beta" ]; then
echo "Publishing a beta release: $version"
pnpm version "$version" --allow-same-version
pnpm --filter '@expediagroup/lodging-connectivity-sdk' version "$version" --allow-same-version
pnpm publish --tag beta --no-git-checks
fi

0 comments on commit 2980f19

Please sign in to comment.