Skip to content

Commit

Permalink
fix: fix workflow env missing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Feb 18, 2021
1 parent 76ee919 commit c81c62b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
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 c81c62b

Please sign in to comment.