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 38a5ade commit d6bcc90Copy full SHA for d6bcc90
.github/workflows/bump.yml
@@ -23,5 +23,5 @@ jobs:
23
uses: ncipollo/release-action@v1
24
with:
25
tag: ${{ steps.tag_version.outputs.new_tag }}
26
- name: Release ${{ steps.tag_version.outputs.new_tag }}
+ name: ${{ steps.tag_version.outputs.new_tag }}
27
body: ${{ steps.tag_version.outputs.changelog }}
0 commit comments