Skip to content

Commit

Permalink
Merge pull request #4754 from valadas/issue-action
Browse files Browse the repository at this point in the history
Fixed an issue with issue template and version update action
  • Loading branch information
mitchelsellers authored Aug 3, 2021
2 parents 94d9733 + e2e42e8 commit 989b860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 989b860

Please sign in to comment.