Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 0d18e74

Browse files
yi-Xu-0100Benjamin E. Coe
andauthored
fix: fix workflow env missing bug (#238)
fixes #237 Co-authored-by: Benjamin E. Coe <bencoe@google.com>
1 parent 1671e54 commit 0d18e74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-please.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ on:
33
branches:
44
- main
55
name: release-please
6+
env:
7+
ACTION_NAME: release-please-action
68
jobs:
7-
build:
8-
env:
9-
ACTION_NAME: release-please-action
9+
build:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)