Skip to content

Commit 8533a13

Browse files
authored
Update release tag generation
1 parent 5838b0d commit 8533a13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ jobs:
6565
dir C:\venv\PCbuild\amd64\en-us
6666
6767
- name: Generate release tag
68+
shell: pwsh
6869
id: tag
6970
run: |
70-
echo "release_tag=UserBuild_$(date +"%Y.%m.%d_%H-%M")" >> $GITHUB_OUTPUT
71+
"release_tag=UserBuild_$(date +"%Y.%m.%d_%H-%M")" >> $env:GITHUB_OUTPUT
7172
7273
- name: Release
7374
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)