diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df56a6c..43127ac 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,11 +6,11 @@ on: branches: [master] types: - completed + workflow_dispatch: jobs: semantic-release: name: 📦🚀 Semantic Release - if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest steps: - name: Checkout repository