mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-10 02:51:12 +02:00
debug: build
This commit is contained in:
4
.github/workflows/release-please.yaml
vendored
4
.github/workflows/release-please.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
# git push origin main
|
||||
release-please-pr:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build]
|
||||
# needs: [build]
|
||||
steps:
|
||||
- uses: GoogleCloudPlatform/release-please-action@4b61e6458fa5273c1cfbcd2a3c5830322258e980
|
||||
with:
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
command: release-pr
|
||||
release-please-release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build]
|
||||
# needs: [build]
|
||||
steps:
|
||||
- uses: GoogleCloudPlatform/release-please-action@4b61e6458fa5273c1cfbcd2a3c5830322258e980
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user