We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7156af7 commit 010aeceCopy full SHA for 010aece
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
run: dotnet tool install --global minver-cli
84
- name: Run MinVer
85
id: minver
86
- run: echo '::set-output name=version::$(minver)'
+ run: echo "version=$(minver)" >> $env:GITHUB_OUTPUT
87
- name: Download artifacts
88
uses: actions/[email protected]
89
with:
0 commit comments