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 4b39a2a commit c7d90daCopy full SHA for c7d90da
‎.github/workflows/publish.yml
@@ -40,4 +40,4 @@ jobs:
40
41
- if: steps.publish.outputs.type != 'none'
42
run: |
43
- echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
+ echo "Version changed: ${{ steps.publish.outputs.old-version }} => ${{ steps.publish.outputs.version }}"
‎.github/workflows/release.yml
@@ -51,4 +51,4 @@ jobs:
51
release_name: ${{ steps.get_version.outputs.version-without-v }}
52
draft: false
53
prerelease: false
54
- body_path: ${{ env.TMP_CHANGELOG_FILENAME }}
+ body_path: ${{ env.TMP_CHANGELOG_FILENAME }}
0 commit comments