소스 검색

Fix publish

Jonathan Kelley 1 년 전
부모
커밋
7290344a8e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      .github/workflows/publish.yml

+ 0 - 2
.github/workflows/publish.yml

@@ -36,9 +36,7 @@ env:
   RELEASE_TAG: ${{ github.event.inputs.channel  }}
 
 jobs:
-  # Build the CLI for all platforms, uploading the artifacts to our releases page
   release-cli:
-    needs: release-crates
     permissions:
       contents: write
     strategy: