mirror of https://github.com/scrapy/scrapy.git
`set-output` command is deprecated
This commit is contained in:
parent
9cb757d239
commit
0cfe81d1d3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue