From e2e42e82187b6eb0aa477e5ebdcae0f867de8e33 Mon Sep 17 00:00:00 2001 From: Daniel Valadas Date: Wed, 21 Jul 2021 05:02:14 -0400 Subject: [PATCH] Fixed an issue with issue template and version update action --- .github/workflows/updateVersions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updateVersions.yml b/.github/workflows/updateVersions.yml index 1eb0d390622..e7544d54144 100644 --- a/.github/workflows/updateVersions.yml +++ b/.github/workflows/updateVersions.yml @@ -17,7 +17,7 @@ jobs: uses: valadas/set-dnn-manifest-versions@v1.2.0 with: version: ${{ steps.branchVersion.outputs.manifestSafeVersionString }} - skipFile: './Build/Cake/unversionedManifests.txt' + skipFile: './Build/Tasks/unversionedManifests.txt' includeSolutionInfo: true includeIssueTemplates: true includePackageJson: true