ci: upgrade from save-state and set-output

This commit is contained in:
Oliver Booth 2024-04-17 14:58:30 +01:00
parent 4355bfd49e
commit 5876499f2c
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Get version from tag
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
- name: Build and Publish
run: |

View File

@ -24,7 +24,7 @@ jobs:
- name: Get version from tag
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
- name: Build and Publish
run: |