Skip to content

Commit 38ef17e

Browse files
authored
Merge pull request #5 from arduino/fix-workflow
Fixed workflow... ooops
2 parents 13beee4 + 46b8c04 commit 38ef17e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-go-task.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ jobs:
122122

123123
create-release:
124124
runs-on: ubuntu-latest
125-
needs: notarize-macos
125+
needs:
126+
- create-release-artifacts
127+
#- notarize-macos
126128

127129
steps:
128130
- name: Checkout repository

0 commit comments

Comments
 (0)