Skip to content

Commit 96afa70

Browse files
committed
output version number in correct format for github actions, hopefully
1 parent 1b14b1e commit 96afa70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Get version
4242
id: get_version
4343
run: >-
44-
poetry version --short
44+
poetry version --short | sed 's/^/::set-output name=version::/'
4545
4646
- name: Create GitHub release
4747
uses: actions/create-release@v1

0 commit comments

Comments
 (0)