diff --git a/.github/workflows/deploy-latest.yml b/.github/workflows/deploy-latest.yml index 75e69c08744..745df9fca3f 100644 --- a/.github/workflows/deploy-latest.yml +++ b/.github/workflows/deploy-latest.yml @@ -1,5 +1,6 @@ name: Deploy Latest on: + workflow_dispatch: push: branches: [master] permissions: @@ -9,7 +10,7 @@ jobs: release-please: runs-on: ubuntu-20.04 steps: - - uses: google-github-actions/release-please-action@v3 + - uses: google-github-actions/release-please-action@v3.7.9 id: release with: command: manifest @@ -22,7 +23,7 @@ jobs: uses: actions/checkout@v3 with: token: ${{ secrets.ADMIN_TOKEN }} - ref: release-please + ref: master - name: Setup Node uses: actions/setup-node@v3 with: