Skip to content

Commit 3a7c484

Browse files
committed
fix get release version step
1 parent b1ad9ba commit 3a7c484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm run build
3232
# https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions
3333
- name: Get release version
34-
run: echo "::set-output name=version::${GITHUB_REF#refs/*/}
34+
run: echo "::set-output name=version::${GITHUB_REF#refs/*/}"
3535
id: release-version
3636
- name: Create release notes for version ${{ steps.release-version.outputs.version }}
3737
run: npm run --silent changelog > RELEASE_NOTES_${{ steps.release-version.outputs.version }}.md

0 commit comments

Comments
 (0)