Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
fix: fix workflow env missing bug (#238)
Browse files Browse the repository at this point in the history
fixes #237

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
  • Loading branch information
yi-Xu-0100 and bcoe committed Feb 18, 2021
1 parent 1671e54 commit 0d18e74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 0d18e74

Please sign in to comment.