Skip to content
Snippets Groups Projects

chore: bump version?

Merged Philipp Pospischil requested to merge fix/ci into main
2 files
+ 1
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
3
@@ -48,9 +48,6 @@ release-package-json-version-as-git-tag:
- git tag | grep ^${NPM_VERSION}$ || exit_code=$?
# || exit_code=$? is the recommended way to ignore a non-zero exit code
- NPM_VERSION_GIT_TAG=$(git tag | grep ^${NPM_VERSION}$ || exit_code=$?)
- echo $NPM_VERSION
- echo $NPM_VERSION_GIT_TAG
- echo $
- if [ -z "$NPM_VERSION_GIT_TAG" ]; then
- echo adding git tag for first commit on main with NPM version ${NPM_VERSION}
- git remote remove origin
Loading