Skip to content

Commit

Permalink
fix: modify GitHub Actions configs
Browse files Browse the repository at this point in the history
  • Loading branch information
JyCyun committed May 29, 2021
1 parent c150a74 commit b33d919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_build_release_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Get Git Info 💡
shell: pwsh
run: |
$VERSION_REGEXP='^v?\d+\.\d+\.\d+(\.\d+)?-pre$'
$VERSION_REGEXP='v?\d+\.\d+\.\d+(\.\d+)?(-pre)?$'
echo "VERSION_REGEXP=$VERSION_REGEXP" >> $env:GITHUB_ENV
$GIT_BRANCH=$env:GITHUB_REF -replace 'refs/heads/', ''
echo "GIT_BRANCH=$GIT_BRANCH" >> $env:GITHUB_ENV
Expand Down

0 comments on commit b33d919

Please sign in to comment.