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 2c9d9a4 commit f733c24Copy full SHA for f733c24
.github/workflows/new_release.yml
@@ -13,7 +13,7 @@ permissions:
13
14
jobs:
15
release:
16
- name: 'Draft new release (latest: ${{github.ref_name}})'
+ name: 'Draft new release (latest: ${{inputs.version}})'
17
runs-on: ubuntu-latest
18
19
steps:
0 commit comments