mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-19 02:49:18 -05:00
chore: always run 2nd step (#13488)
This commit is contained in:
parent
aebfc03ccd
commit
e9ded2be24
1 changed files with 2 additions and 1 deletions
3
.github/workflows/backport-docs.yml
vendored
3
.github/workflows/backport-docs.yml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
BACKPORT_TARGET_TEMPLATE: "stable-{{.target}}"
|
||||
GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
|
||||
- name: Backport changes labeled website to latest release branch
|
||||
if: always()
|
||||
run: |
|
||||
resp=$(curl -f -s "https://api.github.com/repos/$GITHUB_REPOSITORY/releases?per_page=100")
|
||||
ret="$?"
|
||||
|
|
@ -37,7 +38,7 @@ jobs:
|
|||
target="${latest_version#v}"
|
||||
# replace patch version with "x"
|
||||
target="${target%.*}.x"
|
||||
|
||||
|
||||
export BACKPORT_TARGET_TEMPLATE="release/$target"
|
||||
backport-assistant backport
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue