File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed
Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments