Skip to content

Commit 67864ff

Browse files
committed
Use new github action syntax
1 parent b55381f commit 67864ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snap-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Get the version
1818
id: get_version
19-
run: echo ::set-output name=VERSION::${GITHUB_REF##*/}
19+
run: echo "VERSION=${GITHUB_REF##*/}" >> "${GITHUB_OUTPUT}"
2020

2121
- name: Update snapcraft version file
2222
env:

0 commit comments

Comments
 (0)