chore: update GitHub Actions to use bash shell in release job

### CHANGES

- Adjust repository_dispatch type spacing for consistency
- Use bash shell for creating release if absent
This commit is contained in:
Kayvan Sylvan
2025-07-01 07:45:05 -07:00
parent edad63df19
commit 474dd786a4

View File

@@ -2,7 +2,7 @@ name: Go Release
on:
repository_dispatch:
types: [ tag_created ]
types: [tag_created]
push:
tags:
- "v*"
@@ -108,6 +108,7 @@ jobs:
Add-Content -Path $env:GITHUB_ENV -Value "latest_tag=$latest_tag"
- name: Create release if it doesn't exist
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |