Skip to content

Commit 5980a4e

Browse files
committed
update GitHub Actions workflow to set output using new syntax
1 parent b07d06a commit 5980a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Get Version
5353
id: py_version
5454
run: |
55-
echo ::set-output name=version::$(python3 setup.py --version)
55+
echo "version=$(python3 setup.py --version)" >> $GITHUB_OUTPUT
5656
5757
- name: Create Release
5858
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)