We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba981c commit cd9cf3bCopy full SHA for cd9cf3b
1 file changed
.github/workflows/release.yml
@@ -69,7 +69,6 @@ jobs:
69
run: |
70
VERSION=$(npm version ${{ inputs.bump }} --no-git-tag-version)
71
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
72
- echo "Release $VERSION ${{ inputs.bump }} by ${{ github.actor }}" >> "$GITHUB_RUN_NAME"
73
74
- name: Generate changelog
75
id: changelog
0 commit comments