mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-03-09 12:12:21 +01:00
Compare commits
1 Commits
6c84c6009f
...
f7a8aa87c6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f7a8aa87c6 |
6
.github/workflows/release-please.yml
vendored
6
.github/workflows/release-please.yml
vendored
@ -51,12 +51,10 @@ jobs:
|
||||
# We use a GitHub token with write permissions to create the release,
|
||||
# otherwise we won't be able to trigger a new run when pushing on main.
|
||||
- name: Run release-please
|
||||
env:
|
||||
REPO_URL: ${{ github.repository }}
|
||||
run: |
|
||||
npx release-please release-pr \
|
||||
--token="${{ secrets.REPO_PAT }}" \
|
||||
--repo-url="${REPO_URL}"
|
||||
--repo-url="${{ github.repository }}"
|
||||
npx release-please github-release \
|
||||
--token="${{ secrets.REPO_PAT }}" \
|
||||
--repo-url="${REPO_URL}"
|
||||
--repo-url="${{ github.repository }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user