release icon fix

This commit is contained in:
2024-03-21 10:11:04 +03:00
parent 239a2f0634
commit 72179dd204
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ stage ('publish') {
echo 'found tag ' + tag
sh "echo '${JEN_FILES_TMP_NAME}' >> .npmignore"
withNPM(npmrcConfig:'npm-cfg') {
echo "Performing npm build..."
echo "Performing npm publish..."
sh 'npm publish --access public'
}
} else {