We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a23e85 commit ce762bbCopy full SHA for ce762bb
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Collect git metadata
24
id: git_metadata
25
run: |
26
- echo "{VERSION}::{${GITHUB_REF#refs/tags/v}}" >> $GITHUB_OUTPUT
+ echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
27
# The following builds the document in multiple formats for deployment.
28
- name: Build the document.
29
shell: bash
0 commit comments