Skip to content

Commit 44ff80e

Browse files
committed
update action workflow to use GITHUB_OUTPUT for setting program version
1 parent d46eca8 commit 44ff80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Extract program version
2626
id: program_version
2727
run: |
28-
echo ::set-output name=version::$(compare50 --version | cut --delimiter ' ' --fields 2)
28+
echo "version=$(compare50 --version | cut --delimiter ' ' --fields 2)" >> $GITHUB_OUTPUT
2929
3030
- name: Create Release
3131
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)