Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Nov 16, 2023
1 parent a37dbcf commit 6a3acae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: binary

on:
push:
branches:
- dev
tags:
- '*'


concurrency: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -33,6 +33,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean --snapshot
args: release --clean
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 6a3acae

Please sign in to comment.