Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 986fd8c

Browse files
committed
fixup! chore(ci): correctly compute the DIST_TAG environment variable
1 parent 7307eed commit 986fd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ setPublicVar DIST_TAG $( node --print "require('./package.json').distTag" )
6161
####################################################################################################
6262
####################################################################################################
6363
## Source `$BASH_ENV` to make the variables available immediately. ##
64-
## ***NOTE: This must remain the last action in this script.*** ##
64+
## *** NOTE: This must remain the last command in this script. *** ##
6565
####################################################################################################
6666
####################################################################################################
6767
source $BASH_ENV;

0 commit comments

Comments
 (0)