diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 428659a..68b00d5 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -1,4 +1,4 @@ -name: Release +name: Push on: workflow_dispatch @@ -16,7 +16,6 @@ env: jobs: push-packages: runs-on: windows-latest - needs: run-semantic-release steps: - name: Checkout