Skip to content

Commit 010aece

Browse files
committed
Use output environment file
1 parent 7156af7 commit 010aece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: dotnet tool install --global minver-cli
8484
- name: Run MinVer
8585
id: minver
86-
run: echo '::set-output name=version::$(minver)'
86+
run: echo "version=$(minver)" >> $env:GITHUB_OUTPUT
8787
- name: Download artifacts
8888
uses: actions/[email protected]
8989
with:

0 commit comments

Comments
 (0)