Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Nov 13, 2023
1 parent 44d951c commit 4f8038a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cache-dependency-path: .github/workflows/release.yml
- name: Version
id: version
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
- name: Tag
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit 4f8038a

Please sign in to comment.