mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-08 17:31:14 +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:
6
.github/workflows/release-please.yaml
vendored
6
.github/workflows/release-please.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user