From b9c771dbae97dab372e28be9dca65d8abe5cb3cf Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Fri, 12 Apr 2024 12:03:26 +0300 Subject: [PATCH] Action version update --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 997fcd9..54ac543 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: uses: HardNorth/github-version-generate@v1 with: version-source: file - version-file: ${{ github.event.inputs.agent }}/${{ env.VERSION_FILE }} + version-file: "${{ github.event.inputs.agent }}/${{ env.VERSION_FILE }}" version-file-extraction-pattern: ${{ env.VERSION_EXTRACT_PATTERN }} - name: Set up JDK 11 @@ -102,7 +102,7 @@ jobs: id: createRelease uses: ncipollo/release-action@v1 with: - tag: ${{ github.event.inputs.agent }}-${{ env.RELEASE_VERSION }} + tag: "${{ github.event.inputs.agent }}-${{ env.RELEASE_VERSION }}" name: Release ${{ github.event.inputs.agent }} ${{ env.RELEASE_VERSION }} body: ${{ steps.readChangelogEntry.outputs.changes }}