From 159467a259104c135ff5f059ba72154c76d79da6 Mon Sep 17 00:00:00 2001 From: Ilya Date: Thu, 28 Mar 2024 18:36:22 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdf5da7..c724398 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,6 +130,7 @@ jobs: echo "patch" > ${{ env.versionFragmentFileName }} git status git add ${{ env.versionFileName }} + git add ${{ env.versionFragmentFileName }} git commit -m "${{ needs.calculate-version.outputs.releaseVersion }} -> ${{ steps.bumpSnapshotVersion.outputs.next-version }}-SNAPSHOT" git push origin develop