Skip to content

Commit

Permalink
Action version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Apr 12, 2024
1 parent 15b04be commit b9c771d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}

Expand Down

0 comments on commit b9c771d

Please sign in to comment.