Skip to content

Commit 9781b47

Browse files
committed
update workflow to set output for version using new syntax
1 parent cab12d6 commit 9781b47

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Extract program version
2828
id: program_version
2929
run: |
30-
echo ::set-output name=version::$(submit50 --version | cut --delimiter ' ' --fields 2)
30+
echo "version=$(submit50 --version | cut --delimiter ' ' --fields 2)" >> $GITHUB_OUTPUT
3131
3232
- name: Create Release
3333
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)