Skip to content

Commit 9ec2018

Browse files
committed
ci: replace runs with run
1 parent bfc5bfd commit 9ec2018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Normalize tag name
2727
if: steps.release.outputs.release_created == 'true'
2828
id: normalize_tag
29-
runs: |
29+
run: |
3030
tag=${{ steps.release.outputs.tag_name }}
3131
echo "tag_name_no_v=${tag#v}"
3232
build_tag_publish:

0 commit comments

Comments
 (0)