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 9b27d44 commit bd6f505Copy full SHA for bd6f505
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
id: determine-tag
24
run: |
25
RELEASE_TAG=${GITHUB_REF#refs/tags/}
26
- fi
+ echo "Release tag: ${RELEASE_TAG}"
27
if [[ "${RELEASE_TAG}" =~ ^v[0-9]+.[0-9]+.[0-9]+$ ]]; then
28
echo "release-tag=${RELEASE_TAG}" >> $GITHUB_OUTPUT
29
echo "release-version=${RELEASE_TAG#v}" >> $GITHUB_OUTPUT
0 commit comments