Skip to content
Snippets Groups Projects
Verified Commit 6b5af021 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Fix yarn instruction to publish version by version number

This patch fixes the `yarn publish` which uses the wrong cli parameter
and outputs the yarn version instead of publishing the package.
parent 51987566
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,6 @@ test: ...@@ -28,6 +28,6 @@ test:
publish: publish:
stage: publish stage: publish
script: script:
- yarn publish --version "$CI_COMMIT_TAG" - yarn publish --new-version "$CI_COMMIT_TAG"
rules: rules:
- if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment