Skip to content

Commit 3ffb250

Browse files
authored
Merge pull request #24 from joagonzalez/rc-v0.1.0
Rc v0.1.0
2 parents 56e9fe5 + b958647 commit 3ffb250

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
git config user.email "[email protected]"
138138
139139
# Crear tag si no existe aún
140-
if git rev-parse "$VERSION" >/dev/null 2>&1; then
140+
if git ls-remote --tags origin | grep -q "refs/tags/$VERSION$"; then
141141
echo "⚠️ Tag $VERSION already exists. Skipping tag creation."
142142
else
143143
git tag "$VERSION"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.0-3b0f89f-30
1+
v0.1.0-be05fe4-33

0 commit comments

Comments
 (0)