From 8cdb765cde275f17e9c2686356891dd12d40ff57 Mon Sep 17 00:00:00 2001 From: bcoe Date: Sat, 9 May 2020 15:15:46 -0700 Subject: [PATCH] chore: run against ref until first release --- .github/workflows/update-pr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-pr.yaml b/.github/workflows/update-pr.yaml index 385ad56..3e3a3cd 100644 --- a/.github/workflows/update-pr.yaml +++ b/.github/workflows/update-pr.yaml @@ -5,9 +5,9 @@ on: name: coverage jobs: update-pr: - runs-on: ubuntu-latest@a624c4cd0239c469f864c4e46e8aaba9587b9198 + runs-on: ubuntu-latest steps: - - uses: bcoe/release-please-action + - uses: bcoe/release-please-action@a624c4cd0239c469f864c4e46e8aaba9587b9198 with: token: ${{ secrets.CODECOV_TOKEN }} release-type: node