diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5da334cd..556262cc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -109,6 +109,9 @@ jobs: id: version run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT + - name: Put version into package manifests + run: make update-package-versions VERSION=${{ steps.version.outputs.VERSION }} + - name: Create deploy bundle run: templates/generate-all deploy.zip ${{ steps.version.outputs.VERSION }}