Skip to content

Commit bffb97d

Browse files
committed
release action
1 parent 96701b8 commit bffb97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Extract the version number
2424
id: get_version
2525
run: |
26-
echo ::set-output name=V::$(python abnosql/version.py)
26+
echo "V=$(python abnosql/version.py)" >> $GITHUB_OUTPUT
2727
2828
- name: Install dependencies
2929
run: |

0 commit comments

Comments
 (0)