Skip to content

Commit

Permalink
new attempt for Go Releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
sw360cab committed Jul 1, 2024
1 parent 928faaa commit 2939410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
# - "v*"

jobs:
binary:
binary-release:
runs-on: ubuntu-latest
steps:
- name: Set up Go
Expand Down Expand Up @@ -41,6 +41,6 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: build --clean --config ./.github/goreleaser.yaml
args: build --skip validate --clean --config ./.github/goreleaser.yaml
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 2939410

Please sign in to comment.