Skip to content

Commit 23d5443

Browse files
fix
Signed-off-by: Muhammad Awawdi <[email protected]>
1 parent 8925f19 commit 23d5443

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
@@ -296,10 +296,10 @@ jobs:
296296
if [[ ${{ env.RELEASE_VERSION }} == *"rc"* ]]
297297
then
298298
echo "This is a release candidate"
299-
echo "NPM_TAG=next" >> $GITHUB_ENV
299+
export npm_tag="next"
300300
else
301301
echo "This is a stable release"
302-
echo "NPM_TAG=latest" >> $GITHUB_ENV
302+
export npm_tag="latest"
303303
fi
304304
305305
- name: Publish the base package

0 commit comments

Comments
 (0)