Skip to content

Commit

Permalink
fix get release version step
Browse files Browse the repository at this point in the history
  • Loading branch information
denco committed Apr 15, 2021
1 parent b1ad9ba commit 3a7c484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: npm run build
# https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions
- name: Get release version
run: echo "::set-output name=version::${GITHUB_REF#refs/*/}
run: echo "::set-output name=version::${GITHUB_REF#refs/*/}"
id: release-version
- name: Create release notes for version ${{ steps.release-version.outputs.version }}
run: npm run --silent changelog > RELEASE_NOTES_${{ steps.release-version.outputs.version }}.md
Expand Down

0 comments on commit 3a7c484

Please sign in to comment.