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 7984192 commit a4dc2a4Copy full SHA for a4dc2a4
.github/workflows/release.yml
@@ -32,6 +32,7 @@ jobs:
32
33
- name: Get Changelog Entry
34
id: changelog_reader
35
+ if: ${{ !contains(steps.tag_name.outputs.current_version, '-MsBuild') }}
36
uses: mindsers/changelog-reader-action@v2
37
with:
38
validation_level: warn
@@ -40,6 +41,7 @@ jobs:
40
41
42
- name: Create Release
43
uses: ncipollo/release-action@v1
44
45
46
artifacts: "**/*.nupkg"
47
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments