Skip to content

Commit 523d5b4

Browse files
committed
feat: moved to pwsh scripts from yaml and fix invalid new version number
1 parent 1ce9d70 commit 523d5b4

File tree

2 files changed

+114
-100
lines changed

2 files changed

+114
-100
lines changed

.github/workflows/version-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
run: |
41-
$Output = (./.github/check-version.ps1)
41+
$Output = (.github/check-version.ps1)
4242
Write-Output("RELEASE_VERSION=$Output.ReleaseVersion") >> $env:GITHUB_ENV
4343
Write-Output("CURRENT_TAG=$Output.CurrentTag") >> $env:GITHUB_ENV
4444
Write-Output("REMOTE_TAG_INFO=$Output.RemoteTagInfo") >> $env:GITHUB_ENV

.idea/.idea.subbrute.dir/.idea/workspace.xml

+113-99
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)