Skip to content

Commit

Permalink
misc update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Nov 28, 2024
1 parent 5ea295b commit 8144147
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
with:
version: latest
args: release -f .goreleaser/mac.yml --clean
workdir: /
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -48,7 +47,6 @@ jobs:
with:
version: latest
args: release -f .goreleaser/linux.yml --clean
workdir: /
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
SLACK_WEBHOOK: "${{ secrets.RELEASE_SLACK_WEBHOOK }}"
Expand All @@ -71,6 +69,5 @@ jobs:
with:
version: latest
args: release -f .goreleaser/windows.yml --clean
workdir: /
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8144147

Please sign in to comment.