Skip to content

Commit af13055

Browse files
committed
Fix warning
1 parent f9d8fd3 commit af13055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Get the version
1717
id: version
18-
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
18+
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT
1919
shell: bash
2020

2121
- uses: apexskier/github-semver-parse@v1

0 commit comments

Comments
 (0)