Skip to content

Commit

Permalink
Fix worflow release.yaml (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere authored and Charly Fontaine committed Apr 4, 2023
1 parent a9bd930 commit 9196104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
dist/checksums.txt
create-release:
if: startsWith(github.ref, 'refs/tags/v')
nedatadog: [build-linux-binary, build-darwin-binary, build-windows-binary]
needs: [build-linux-binary, build-darwin-binary, build-windows-binary]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 9196104

Please sign in to comment.