We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9a85b commit 29e1e25Copy full SHA for 29e1e25
.github/workflows/release-to-GitHub.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
updateAssemblyInfo: true
31
- 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'
+ run: 'sed -E -i "s/version=.*/version=${{ steps.gitversion.outputs.fullSemVer }}/" ${GITHUB_WORKSPACE}/src/aggregator-function/aggregator-manifest.ini'
33
34
# compile and test
35
- uses: actions/setup-dotnet@v1
0 commit comments