We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96701b8 commit bffb97dCopy full SHA for bffb97d
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Extract the version number
24
id: get_version
25
run: |
26
- echo ::set-output name=V::$(python abnosql/version.py)
+ echo "V=$(python abnosql/version.py)" >> $GITHUB_OUTPUT
27
28
- name: Install dependencies
29
0 commit comments