We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fefeb0 commit fd7fe33Copy full SHA for fd7fe33
action.yml
@@ -74,6 +74,8 @@ runs:
74
echo "GitVersion.yml does not exist"
75
curl -sSL https://raw.githubusercontent.com/jcdcdev/jcdcdev.Umbraco.GitHub.Build/main/GitVersion.yml -o GitVersion.yml
76
fi
77
+
78
+ cp GitVersion.yml $RUNNER_TEMP/GitVersion.yml
79
- name: Check for changes
80
shell: bash
81
id: check-for-changes
@@ -147,7 +149,7 @@ runs:
147
149
uses: gittools/actions/gitversion/[email protected]
148
150
with:
151
useConfigFile: true
- configFilePath: "GitVersion.yml"
152
+ configFilePath: "$RUNNER_TEMP/GitVersion.yml"
153
disableNormalization: true
154
- uses: jcdcdev/jcdcdev.Github.GenerateChangelog@main
155
if: ${{ env.SHOULD_RUN == 'true' }}
0 commit comments