Skip to content
Snippets Groups Projects

chore: add ci debbug

Merged Philipp Pospischil requested to merge fix/ci into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -43,6 +43,7 @@ release-package-json-version-as-git-tag:
resource_group: repository
script:
- NPM_VERSION=$(grep '"version":' package.json -m 1 | cut -d '"' -f 4)
- git tag
# debug
- git tag | grep ^${NPM_VERSION}$ || exit_code=$?
# || exit_code=$? is the recommended way to ignore a non-zero exit code
Loading