Skip to content

Commit 8782e11

Browse files
fix
Signed-off-by: Muhammad Awawdi <[email protected]>
1 parent bbf4ed9 commit 8782e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,10 @@ jobs:
304304
if [[ ${{ env.RELEASE_VERSION }} == *"rc"* ]]
305305
then
306306
echo "This is a release candidate"
307-
echo "NPM_TAG=next" >> $GITHUB_ENV
307+
export npm_tag="next"
308308
else
309309
echo "This is a stable release"
310-
echo "NPM_TAG=latest" >> $GITHUB_ENV
310+
export npm_tag="latest"
311311
fi
312312
313313
- name: Publish the base package

0 commit comments

Comments
 (0)