Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Awawdi <[email protected]>
  • Loading branch information
Muhammad-awawdi-amazon committed Jan 28, 2025
1 parent 8925f19 commit 23d5443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,10 @@ jobs:
if [[ ${{ env.RELEASE_VERSION }} == *"rc"* ]]
then
echo "This is a release candidate"
echo "NPM_TAG=next" >> $GITHUB_ENV
export npm_tag="next"
else
echo "This is a stable release"
echo "NPM_TAG=latest" >> $GITHUB_ENV
export npm_tag="latest"
fi
- name: Publish the base package
Expand Down

0 comments on commit 23d5443

Please sign in to comment.