Skip to content
Snippets Groups Projects
Commit 93238add authored by Simon Delcamp's avatar Simon Delcamp
Browse files

Add a rule to run if a tag is created manually

parent d9f2a2af
No related branches found
No related tags found
1 merge request!129Resolve "Add publish in CI"
Pipeline #209986 passed
......@@ -13,6 +13,8 @@ build_lib:
publish_lib:
extends: .pnpm
stage: publish
rules:
- !reference [.only_tags_manual]
script:
- pnpm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN}
- pnpm publish --access public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment