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