mirror of
https://github.com/outbackdingo/proxmox-cloud-controller-manager.git
synced 2026-01-27 10:20:13 +00:00
fix: release please
Get version from file hack/release-please-manifest.json Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
This commit is contained in:
8
.github/workflows/release-pre.yaml
vendored
8
.github/workflows/release-pre.yaml
vendored
@@ -20,13 +20,13 @@ jobs:
|
||||
run: git fetch --prune --unshallow
|
||||
|
||||
- name: Release version
|
||||
shell: bash
|
||||
id: release
|
||||
run: |
|
||||
echo "TAG=v${GITHUB_HEAD_REF:8}" >> "$GITHUB_ENV"
|
||||
if: startsWith(github.head_ref, 'release-please')
|
||||
run: jq -r '"TAG=v"+.[]' hack/release-please-manifest.json >> "$GITHUB_ENV"
|
||||
|
||||
- name: Helm docs
|
||||
uses: gabe565/setup-helm-docs-action@v1
|
||||
with:
|
||||
version: v1.11.3
|
||||
|
||||
- name: Generate
|
||||
run: make docs
|
||||
|
||||
Reference in New Issue
Block a user