Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed workflow... ooops
  • Loading branch information
cmaglie committed Jul 20, 2021
commit 46b8c04cf8593693d63b357f882c3bc5f5f99108
4 changes: 3 additions & 1 deletion .github/workflows/release-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ jobs:

create-release:
runs-on: ubuntu-latest
needs: notarize-macos
needs:
- create-release-artifacts
#- notarize-macos

steps:
- name: Checkout repository
Expand Down