Skip to content

Commit c9cbd3f

Browse files
authored
Use block style indicator in cicd.yml
https://yaml-multiline.info/
1 parent 87379e5 commit c9cbd3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,11 @@ jobs:
129129
- name: Release Reference or Tag Version
130130
env:
131131
VERSION: ${{github.event.release.tag_name}}
132-
run: echo "Reference is $GITHUB_REF"
132+
run: |
133+
echo "Reference is $GITHUB_REF"
133134
echo "Tag is $VERSION or ${{github.event.release.tag_name}}"
134135
sed -e '/version\s\+=/s/\([[:digit:]]\+\.\?\)\{3\}/'$VERSION'/g' pyproject.toml
135-
# sed -e '/version\s\+=/s/\([[:digit:]]\+\.\?\)\+/'$VERSION'/g' pyproject.toml
136+
# sed -e '/version\s\+=/s/\([[:digit:]]\+\.\?\)\+/'$VERSION'/g' pyproject.toml
136137

137138
# technically this should be combined with build, this is a test
138139
deploy:

0 commit comments

Comments
 (0)