Skip to content
Snippets Groups Projects
Verified Commit 9d720eea authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent dabf7d6d
Branches
No related tags found
No related merge requests found
Pipeline #7114 passed
...@@ -41,7 +41,7 @@ release: ...@@ -41,7 +41,7 @@ release:
then then
echo "This version has already been published" echo "This version has already been published"
else else
sed "s#\"$PACKAGE\"#\"@dbogatov/$PACKAGE\"#g" package.json sed -i "s#\"$PACKAGE\"#\"@dbogatov/$PACKAGE\"#g" package.json
npm publish npm publish
fi fi
rules: rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment