Skip to content

Commit aa9a85b

Browse files
committed
CI: fix syntax error in sed command
1 parent 0f68228 commit aa9a85b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/release-to-GitHub.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- run: |
2020
git fetch --tags
2121
git branch --create-reflog master origin/master
22-
git checkout master
2322
- name: Install GitVersion
2423
uses: gittools/actions/[email protected]
2524
with:
@@ -30,7 +29,7 @@ jobs:
3029
with:
3130
updateAssemblyInfo: true
3231
- name: 'Set version in aggregator-manifest.ini'
33-
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'
3433

3534
# compile and test
3635
- uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)