fix manifest workflow

This commit is contained in:
MuneebAijaz
2024-11-06 22:01:28 +05:00
parent a461080c05
commit f2a0e81ad1
2 changed files with 7 additions and 1 deletions

View File

@@ -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