We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d951c commit bd86b09Copy full SHA for bd86b09
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
cache-dependency-path: .github/workflows/release.yml
45
- name: Version
46
id: version
47
- run: echo "::set-output name=version::$(python setup.py --version 2>/dev/null)"
+ run: echo "version=$(python setup.py --version 2>/dev/null)" >> $GITHUB_OUTPUT
48
- name: Tag
49
uses: actions/create-release@v1
50
env:
0 commit comments