Skip to content

Commit a6680ce

Browse files
committed
BLD: Fix Windows GitHub CI builds
1 parent 49309b1 commit a6680ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- name: Set output
3333
id: vars
3434
run: |
35-
echo "::set-output name=tag_name::v$(scripts/get_version.sh)"
36-
echo "::set-output name=release_name::$(scripts/get_version.sh)"
35+
echo "name=tag_name::v$(scripts/get_version.sh)" >> $GITHUB_OUTPUT
36+
echo "name=release_name::$(scripts/get_version.sh)" >> $GITHUB_OUTPUT
3737
3838
# Create GitHub release
3939
- name: Create release

0 commit comments

Comments
 (0)