Skip to content

Fix bug with double-quotes in the TODO comment #5

Fix bug with double-quotes in the TODO comment

Fix bug with double-quotes in the TODO comment #5

Workflow file for this run

name: Release Go Binaries
on:
release:
types: [created]
permissions:
contents: write
packages: write
jobs:
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
env:
CGO_ENABLED: 0
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64