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