We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46eca8 commit 44ff80eCopy full SHA for 44ff80e
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Extract program version
26
id: program_version
27
run: |
28
- echo ::set-output name=version::$(compare50 --version | cut --delimiter ' ' --fields 2)
+ echo "version=$(compare50 --version | cut --delimiter ' ' --fields 2)" >> $GITHUB_OUTPUT
29
30
- name: Create Release
31
if: ${{ github.ref == 'refs/heads/main' }}
0 commit comments