From 9aed0ac1b9d20fa1da39e2f4635b08776eabea25 Mon Sep 17 00:00:00 2001 From: Ben Elan Date: Mon, 26 Jun 2023 14:46:50 -0700 Subject: [PATCH] ci(release-please): pin action version and allow manually running action --- .github/workflows/deploy-latest.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: