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 673a435 commit 497f685
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 @@ -29,7 +29,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
curr_version="$(npm pkg get version | sed "s/\"//g")"
curr_version="$(npm pkg get version --workspace=@expediagroup/lodging-connectivity-sdk | sed "s/\"//g")"
echo "Current version: $curr_version"
if [ "${{ inputs.channel }}" == "production" ]; then
Expand Down

0 comments on commit 497f685

Please sign in to comment.