Skip to content

Commit a01523a

Browse files
committed
fix: correct GitVersion override syntax for next-version
1 parent 56e3087 commit a01523a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
configFilePath: GitVersion.yaml
7979
overrideConfig: |
80-
next-version=${{ steps.extract_base_version.outputs.version }}
80+
next-version: ${{ steps.extract_base_version.outputs.version }}
8181
8282
- name: tools - detect changes
8383
id: pathsFilter

0 commit comments

Comments
 (0)