Skip to content
Snippets Groups Projects

fix: CI typo

Closed Philipp Pospischil requested to merge fix/ci-typo into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -38,7 +38,7 @@ publish-package-json-version-as-git-tag:
- main
script:
- NPM_VERSION=$(grep '"version":' package.json -m 1 | cut -d '"' -f 4)
- MATCHING_GIT_TAG=$(git tag | grep ^NPM_VERSION$)
- MATCHING_GIT_TAG=$(git tag | grep ^${NPM_VERSION}$)
- if [ -z $MATCHING_GIT_TAG ]; then
- echo adding git tag for first commit on main with NPM version ${NPM_VERSION}
- git remote remove origin
Loading