Skip to content

Commit 98882c4

Browse files
committed
removing unused variable declaration
1 parent d9a104d commit 98882c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
if: github.event_name == 'release' && github.event.action == 'published'
5353
id: version
5454
run: |
55-
COMMIT_SHA="${GITHUB_SHA}"
5655
if [[ $GITHUB_REF == refs/tags/* ]]; then
5756
TAGS=${GITHUB_REF#refs/tags/}
5857
fi

0 commit comments

Comments
 (0)