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 bfc5bfd commit 9ec2018Copy full SHA for 9ec2018
.github/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Normalize tag name
27
if: steps.release.outputs.release_created == 'true'
28
id: normalize_tag
29
- runs: |
+ run: |
30
tag=${{ steps.release.outputs.tag_name }}
31
echo "tag_name_no_v=${tag#v}"
32
build_tag_publish:
0 commit comments