Skip to content

Commit d6f1673

Browse files
authored
Merge pull request #152 from per1234/remove-unused-job-outputs
Remove unused job outputs from release workflow
2 parents 6eec6fb + d9fa377 commit d6f1673

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ jobs:
8484
name: Notarize ${{ matrix.build.artifact-suffix }}
8585
runs-on: macos-latest
8686
needs: create-release-artifacts
87-
outputs:
88-
checksum-darwin_amd64: ${{ steps.re-package.outputs.checksum-darwin_amd64 }}
89-
checksum-darwin_arm64: ${{ steps.re-package.outputs.checksum-darwin_arm64 }}
9087
permissions:
9188
contents: read
9289

0 commit comments

Comments
 (0)