@zairakai/dev-tools 1.0.11 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -303,7 +303,7 @@ publish:npm:
303
303
  - |
304
304
  if [[ $CI_COMMIT_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+.*$ ]]; then
305
305
  echo "Publishing ${NPM_PACKAGE_NAME}@${CI_COMMIT_TAG#v} to npm..."
306
- npm version "${CI_COMMIT_TAG#v}" --no-git-tag-version
306
+ npm version "${CI_COMMIT_TAG#v}" --no-git-tag-version --allow-same-version
307
307
  npm publish --access public
308
308
  else
309
309
  echo "Invalid tag format: ${CI_COMMIT_TAG}. Expected: v1.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zairakai/dev-tools",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Development tools umbrella for Zairakai projects - ESLint, Prettier, Stylelint all-in-one",
5
5
  "keywords": [
6
6
  "zairakai",