mirror of
https://github.com/stakater/Reloader.git
synced 2026-03-03 18:00:22 +00:00
fix manifest workflow
This commit is contained in:
6
.github/workflows/init-branch-release.yaml
vendored
6
.github/workflows/init-branch-release.yaml
vendored
@@ -44,6 +44,12 @@ jobs:
|
||||
echo "Bumping version from $(cat VERSION) to ${{ inputs.TARGET_VERSION }}"
|
||||
echo "${{ inputs.TARGET_VERSION }}" > VERSION
|
||||
|
||||
- name: Replace latest tag with version from input
|
||||
run: |
|
||||
set -ue
|
||||
VERSION=${{ inputs.TARGET_VERSION }} make update-manifests-version
|
||||
git diff
|
||||
|
||||
- name: Generate new set of manifests
|
||||
run: |
|
||||
set -ue
|
||||
|
||||
Reference in New Issue
Block a user