We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f68228 commit aa9a85bCopy full SHA for aa9a85b
.github/workflows/release-to-GitHub.yml
@@ -19,7 +19,6 @@ jobs:
19
- run: |
20
git fetch --tags
21
git branch --create-reflog master origin/master
22
- git checkout master
23
- name: Install GitVersion
24
uses: gittools/actions/[email protected]
25
with:
@@ -30,7 +29,7 @@ jobs:
30
29
31
updateAssemblyInfo: true
32
- 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\"'
+ run: 'sed -E -i \"s/version=.*/version=${{ steps.gitversion.outputs.fullSemVer }}/\" /github/workspace/src/aggregator-function/aggregator-manifest.ini'
34
35
# compile and test
36
- uses: actions/setup-dotnet@v1
0 commit comments