1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-10-02 13:27:07 +02:00

Replace deprecated 'set-output' command in packages workflow

This commit is contained in:
Alexander Graf 2024-05-18 16:17:59 +02:00
parent 253144203b
commit b44a006344

View File

@ -20,7 +20,7 @@ jobs:
id: get_version
env:
GITHUB_REF: ${{ github.ref }}
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT
shell: bash
- name: "Install Dependencies"
run: python -m pip install setuptools