Skip to content

Commit fd7fe33

Browse files
committed
+changelog-ignore: fix
1 parent 0fefeb0 commit fd7fe33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ runs:
7474
echo "GitVersion.yml does not exist"
7575
curl -sSL https://raw.githubusercontent.com/jcdcdev/jcdcdev.Umbraco.GitHub.Build/main/GitVersion.yml -o GitVersion.yml
7676
fi
77+
78+
cp GitVersion.yml $RUNNER_TEMP/GitVersion.yml
7779
- name: Check for changes
7880
shell: bash
7981
id: check-for-changes
@@ -147,7 +149,7 @@ runs:
147149
uses: gittools/actions/gitversion/[email protected]
148150
with:
149151
useConfigFile: true
150-
configFilePath: "GitVersion.yml"
152+
configFilePath: "$RUNNER_TEMP/GitVersion.yml"
151153
disableNormalization: true
152154
- uses: jcdcdev/jcdcdev.Github.GenerateChangelog@main
153155
if: ${{ env.SHOULD_RUN == 'true' }}

0 commit comments

Comments
 (0)