We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab12d6 commit 9781b47Copy full SHA for 9781b47
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Extract program version
28
id: program_version
29
run: |
30
- echo ::set-output name=version::$(submit50 --version | cut --delimiter ' ' --fields 2)
+ echo "version=$(submit50 --version | cut --delimiter ' ' --fields 2)" >> $GITHUB_OUTPUT
31
32
- name: Create Release
33
if: ${{ github.ref == 'refs/heads/main' }}
0 commit comments