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 8b2fb7c commit 90777fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
git config --local user.name "github-actions[bot]"
echo "Unpublishing the existing version: $version"
pnpm unpublish @expediagroup/[email protected]
pnpm unpublish @expediagroup/[email protected]
pnpm unpublish @expediagroup/[email protected]
pnpm unpublish @expediagroup/[email protected]
# version="$(pnpm pkg get version --workspace='@expediagroup/lodging-connectivity-sdk' | sed -n 's/.*"\(.*\)".*/\1/p')"
# echo "Current version: $version"
Expand Down

0 comments on commit 90777fe

Please sign in to comment.