mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 16:11:36 +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:
4
.github/workflows/release-please.yaml
vendored
4
.github/workflows/release-please.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user