We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56e9fe5 + b958647 commit 3ffb250Copy full SHA for 3ffb250
.github/workflows/pipeline.yml
@@ -137,7 +137,7 @@ jobs:
137
git config user.email "[email protected]"
138
139
# Crear tag si no existe aún
140
- if git rev-parse "$VERSION" >/dev/null 2>&1; then
+ if git ls-remote --tags origin | grep -q "refs/tags/$VERSION$"; then
141
echo "⚠️ Tag $VERSION already exists. Skipping tag creation."
142
else
143
git tag "$VERSION"
VERSION
@@ -1 +1 @@
1
-v0.1.0-3b0f89f-30
+v0.1.0-be05fe4-33
0 commit comments