mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-24 23:35:40 +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
|
- name: Get the version
|
||||||
id: get_version
|
id: get_version
|
||||||
run: echo ::set-output name=VERSION::${GITHUB_REF##*/}
|
run: echo "VERSION=${GITHUB_REF##*/}" >> "${GITHUB_OUTPUT}"
|
||||||
|
|
||||||
- name: Update snapcraft version file
|
- name: Update snapcraft version file
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user