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 eb9ca2a commit 3caa8f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
if [ "${{ inputs.channel }}" == "production" ]; then
echo "Publishing a production release: $curr_version"
pnpm i
npx tsc
pnpm tsc
pnpm publish
elif [ "${{ inputs.channel }}" == "beta" ]; then
echo "Publishing a beta release: $version"
pnpm version "$version" --allow-same-version
pnpm i
npx tsc
pnpm tsc
pnpm publish --tag beta
fi

0 comments on commit 3caa8f6

Please sign in to comment.