Skip to content

Commit eb16806

Browse files
authored
Merge pull request #1563 from ksylvan/0701-fix-windows-build
Fix Cross-Platform Compatibility in Release Workflow
2 parents edad63d + 474dd78 commit eb16806

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Go Release
22

33
on:
44
repository_dispatch:
5-
types: [ tag_created ]
5+
types: [tag_created]
66
push:
77
tags:
88
- "v*"
@@ -108,6 +108,7 @@ jobs:
108108
Add-Content -Path $env:GITHUB_ENV -Value "latest_tag=$latest_tag"
109109
110110
- name: Create release if it doesn't exist
111+
shell: bash
111112
env:
112113
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
113114
run: |

0 commit comments

Comments
 (0)