From c4b5d61f6c65dea8ee5ab0fcfb5e2448c198529f Mon Sep 17 00:00:00 2001 From: bcoe Date: Sat, 9 May 2020 15:21:07 -0700 Subject: [PATCH] chore: use sha until we have releases working --- .github/workflows/update-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-pr.yaml b/.github/workflows/update-pr.yaml index 425c539..9617a62 100644 --- a/.github/workflows/update-pr.yaml +++ b/.github/workflows/update-pr.yaml @@ -7,7 +7,7 @@ jobs: update-pr: runs-on: ubuntu-latest steps: - - uses: bcoe/release-please-action@master + - uses: bcoe/release-please-action@96b1c364024d5ca826ab71195d626dd72192ac5a with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node