Skip to content

Commit 76b9d9e

Browse files
committed
build: update
1 parent 48dbd79 commit 76b9d9e

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

.github/workflows/beta.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -155,17 +155,17 @@ jobs:
155155
fi
156156
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
157157
158-
- name: Create tag if missing
159-
run: |
160-
TAG="v${{ steps.appver.outputs.version }}"
161-
if git rev-parse -q --verify "refs/tags/$TAG" >/dev/null; then
162-
echo "Tag $TAG already exists"
163-
else
164-
git config user.name "github-actions"
165-
git config user.email "github-actions@users.noreply.github.com"
166-
git tag "$TAG"
167-
git push origin "$TAG"
168-
fi
158+
# - name: Create tag if missing
159+
# run: |
160+
# TAG="v${{ steps.appver.outputs.version }}"
161+
# if git rev-parse -q --verify "refs/tags/$TAG" >/dev/null; then
162+
# echo "Tag $TAG already exists"
163+
# else
164+
# git config user.name "github-actions"
165+
# git config user.email "github-actions@users.noreply.github.com"
166+
# git tag "$TAG"
167+
# git push origin "$TAG"
168+
# fi
169169

170170
- name: Rename artifact
171171
run: |

.github/workflows/stable.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -150,17 +150,17 @@ jobs:
150150
fi
151151
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
152152
153-
- name: Create tag if missing
154-
run: |
155-
TAG="v${{ steps.appver.outputs.version }}"
156-
if git rev-parse -q --verify "refs/tags/$TAG" >/dev/null; then
157-
echo "Tag $TAG already exists"
158-
else
159-
git config user.name "github-actions"
160-
git config user.email "github-actions@users.noreply.github.com"
161-
git tag "$TAG"
162-
git push origin "$TAG"
163-
fi
153+
# - name: Create tag if missing
154+
# run: |
155+
# TAG="v${{ steps.appver.outputs.version }}"
156+
# if git rev-parse -q --verify "refs/tags/$TAG" >/dev/null; then
157+
# echo "Tag $TAG already exists"
158+
# else
159+
# git config user.name "github-actions"
160+
# git config user.email "github-actions@users.noreply.github.com"
161+
# git tag "$TAG"
162+
# git push origin "$TAG"
163+
# fi
164164

165165
- name: Rename artifact
166166
run: |

0 commit comments

Comments
 (0)