Skip to content

Commit

Permalink
run release on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Mar 6, 2022
1 parent 11d0634 commit 33ab51d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- "v*"
branches:
- "notarize-binaries"

jobs:
release:
Expand All @@ -18,7 +20,7 @@ jobs:
- run: echo $(go env GOPATH)/bin >> $GITHUB_PATH

- name: brew install gon for macOS binary notarization
- run: |
run: |
brew tap mitchellh/gon
brew install mitchellh/gon/gon
Expand Down

0 comments on commit 33ab51d

Please sign in to comment.