added missing patch version . fix patch action for windows (#2592)

This commit is contained in:
Antonis Stamatiou
2023-03-08 16:12:29 +02:00
committed by GitHub
parent 49ed221659
commit f8ae0076eb
3 changed files with 21 additions and 13 deletions

View File

@@ -8,4 +8,4 @@ runs:
- name: ci/generate-version
id: generate-version
shell: bash
run: go run ${{ github.action_path }}/patch-version.go .
run: go run ${GITHUB_ACTION_PATH}/patch-version.go . # https://github.com/orgs/community/discussions/25910