`set-output` command is deprecated

This commit is contained in:
Laerte Pereira 2023-01-21 16:57:31 -03:00 committed by GitHub
parent 9cb757d239
commit 0cfe81d1d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
id: check-release-tag
run: |
if [[ ${{ github.event.ref }} =~ ^refs/tags/[0-9]+[.][0-9]+[.][0-9]+(rc[0-9]+|[.]dev[0-9]+)?$ ]]; then
echo ::set-output name=release_tag::true
echo "release_tag=true" >> $GITHUB_OUTPUT
fi
- name: Publish to PyPI