We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb36e9 commit 9ff6c4cCopy full SHA for 9ff6c4c
.github/workflows/release.yml
@@ -44,7 +44,6 @@ jobs:
44
LATEST_RELEASE_TAG="${{ steps.latest-release.outputs['latest-release-tag']}}"
45
46
if [[ ${{ github.event_name }} == "workflow_dispatch" ]]; then
47
- GITHUB_REF=$GITHUB_REF
48
RELEASE_TAG=${GITHUB_REF#refs/tags/}
49
else
50
RELEASE_TAG=$ALTERNATE_RELEASE_TAG
0 commit comments