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 b1ad9ba commit 3a7c484Copy full SHA for 3a7c484
.github/workflows/cd.yml
@@ -31,7 +31,7 @@ jobs:
31
run: npm run build
32
# https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions
33
- name: Get release version
34
- run: echo "::set-output name=version::${GITHUB_REF#refs/*/}
+ run: echo "::set-output name=version::${GITHUB_REF#refs/*/}"
35
id: release-version
36
- name: Create release notes for version ${{ steps.release-version.outputs.version }}
37
run: npm run --silent changelog > RELEASE_NOTES_${{ steps.release-version.outputs.version }}.md
0 commit comments