Skip to content

Commit 98e7a76

Browse files
committed
undo
1 parent 823c0f4 commit 98e7a76

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Diff for: .github/workflows/release.yml

-10
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,3 @@ jobs:
3737
with:
3838
name: declix-artifacts.zip
3939
path: dist/*
40-
41-
- name: Check if HEAD is Tagged
42-
run: |
43-
tag=$(git describe --tags --exact-match 2>/dev/null)
44-
echo $tag
45-
if [ -n "$tag" ]; then
46-
echo "HEAD is tagged"
47-
else
48-
echo "HEAD is not tagged"
49-
fi

0 commit comments

Comments
 (0)