Skip to content

Commit 29e1e25

Browse files
committed
CI: fix syntax error in sed command
1 parent aa9a85b commit 29e1e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-to-GitHub.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
updateAssemblyInfo: true
3131
- name: 'Set version in aggregator-manifest.ini'
32-
run: 'sed -E -i \"s/version=.*/version=${{ steps.gitversion.outputs.fullSemVer }}/\" /github/workspace/src/aggregator-function/aggregator-manifest.ini'
32+
run: 'sed -E -i "s/version=.*/version=${{ steps.gitversion.outputs.fullSemVer }}/" ${GITHUB_WORKSPACE}/src/aggregator-function/aggregator-manifest.ini'
3333

3434
# compile and test
3535
- uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)