format yaml

This commit is contained in:
2024-09-29 15:26:26 -05:00
parent e6c0bf9177
commit 768a72a3a9
+11 -11
View File
@@ -5,8 +5,8 @@ on:
types: [created] types: [created]
permissions: permissions:
contents: write contents: write
packages: write packages: write
jobs: jobs:
release-multi: release-multi:
@@ -20,12 +20,12 @@ jobs:
- goarch: "386" - goarch: "386"
goos: darwin goos: darwin
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1 - uses: wangyoucao577/go-release-action@v1
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }} goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }} goarch: ${{ matrix.goarch }}
goversion: "1.23.1" goversion: "1.23.1"
project_path: "./cmd/sendosc" project_path: "./cmd/sendosc"
binary_name: "sendosc" binary_name: "sendosc"