Skip to content

Commit 747b0ca

Browse files
authored
ci: fix variables concat
1 parent e9980dd commit 747b0ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
files: '["docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj", "src/Directory.Build.props"]'
6969
env:
70-
RELEASE_VERSION: ${{ NBGV_SimpleVersion }}${{ NBGV_PrereleaseVersion }}
70+
RELEASE_VERSION: "$NBGV_SimpleVersion$NBGV_PrereleaseVersion"
7171
RELEASE_NOTES: ${{ steps.changelog_reader.outputs.changes }}
7272

7373
# Create the NuGet package in the folder from the environment variable NuGetDirectory
@@ -220,7 +220,7 @@ jobs:
220220
with:
221221
files: '["docs/site/*.md", "docs/**/*.md", "docs/**/*.tmpl.partial", "*.csproj", "**/*.csproj", "src/Directory.Build.props"]'
222222
env:
223-
RELEASE_VERSION: ${{ NBGV_SimpleVersion }}${{ NBGV_PrereleaseVersion }}
223+
RELEASE_VERSION: "$NBGV_SimpleVersion$NBGV_PrereleaseVersion"
224224
RELEASE_NOTES: ${{ steps.changelog_reader.outputs.changes }}
225225

226226
- name: 📄 Build bUnit

0 commit comments

Comments
 (0)