1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-13 13:51:41 +02:00

fix: fix workflow env missing bug (#238)

fixes #237

Co-authored-by: Benjamin E. Coe <bencoe@google.com>
This commit is contained in:
yi_Xu
2021-02-18 13:47:48 +08:00
committed by GitHub
parent 1671e54515
commit 0d18e7461f

View File

@@ -3,10 +3,10 @@ on:
branches: branches:
- main - main
name: release-please name: release-please
env:
ACTION_NAME: release-please-action
jobs: jobs:
build: build:
env:
ACTION_NAME: release-please-action
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2