From 0d18e7461f484869df6b9b604019d73f24291e9a Mon Sep 17 00:00:00 2001 From: yi_Xu Date: Thu, 18 Feb 2021 13:47:48 +0800 Subject: [PATCH] fix: fix workflow env missing bug (#238) fixes #237 Co-authored-by: Benjamin E. Coe --- .github/workflows/release-please.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index d7cee90..18cb9b7 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -3,10 +3,10 @@ on: branches: - main name: release-please +env: + ACTION_NAME: release-please-action jobs: - build: - env: - ACTION_NAME: release-please-action + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2