mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
Use new github action syntax
This commit is contained in:
parent
b55381f34e
commit
67864ffdab
2
.github/workflows/snap-release.yml
vendored
2
.github/workflows/snap-release.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
- name: Get the version
|
||||
id: get_version
|
||||
run: echo ::set-output name=VERSION::${GITHUB_REF##*/}
|
||||
run: echo "VERSION=${GITHUB_REF##*/}" >> "${GITHUB_OUTPUT}"
|
||||
|
||||
- name: Update snapcraft version file
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user