소스 검색

semver checks fix

Jonathan Kelley 1 년 전
부모
커밋
52be1d7e98
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -133,7 +133,7 @@ jobs:
           save-if: ${{ github.ref == 'refs/heads/main' }}
       - name: Check semver
         uses: obi1kenobi/cargo-semver-checks-action@v2
-      - run: cargo semver-checks check-release --workspace --exclude "dioxus-cli, dioxus-ext"
+      - run: cargo semver-checks --workspace --exclude "dioxus-cli, dioxus-ext"
 
   playwright:
     if: github.event.pull_request.draft == false