We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31b0a1 commit 7b1102aCopy full SHA for 7b1102a
.github/workflows/release.yml
@@ -33,6 +33,7 @@ jobs:
33
- name: Build
34
shell: bash
35
run: |
36
+ set -x
37
RELEASE_VERSION=${{ env.RELEASE_VERSION }}
38
if [[ -z ${RELEASE_VERSION} ]]; then
39
git fetch --tags
0 commit comments