Skip to content

Commit

Permalink
Update release tag generation
Browse files Browse the repository at this point in the history
  • Loading branch information
xenago authored Dec 7, 2022
1 parent 5838b0d commit 8533a13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ jobs:
dir C:\venv\PCbuild\amd64\en-us
- name: Generate release tag
shell: pwsh
id: tag
run: |
echo "release_tag=UserBuild_$(date +"%Y.%m.%d_%H-%M")" >> $GITHUB_OUTPUT
"release_tag=UserBuild_$(date +"%Y.%m.%d_%H-%M")" >> $env:GITHUB_OUTPUT
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 8533a13

Please sign in to comment.