Skip to content

Commit 9ff6c4c

Browse files
Update release.yml
unnecessary assignment of default environment variable
1 parent 8cb36e9 commit 9ff6c4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
LATEST_RELEASE_TAG="${{ steps.latest-release.outputs['latest-release-tag']}}"
4545
4646
if [[ ${{ github.event_name }} == "workflow_dispatch" ]]; then
47-
GITHUB_REF=$GITHUB_REF
4847
RELEASE_TAG=${GITHUB_REF#refs/tags/}
4948
else
5049
RELEASE_TAG=$ALTERNATE_RELEASE_TAG

0 commit comments

Comments
 (0)