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 589e2fc commit e7beedbCopy full SHA for e7beedb
.github/workflows/cd-stable.yml
@@ -30,7 +30,6 @@ jobs:
30
id: changelog
31
uses: mindsers/changelog-reader-action@v2
32
with:
33
- validation_depth: 10
34
version: ${{ env.PACKAGE_VERSION }}
35
path: ./CHANGELOG.md
36
- name: Create GitHub release
@@ -42,7 +41,7 @@ jobs:
42
41
tag_name: ${{ github.ref }}
43
release_name: v${{ env.PACKAGE_VERSION }}
44
body: ${{ steps.changelog.outputs.changes }}
45
- draft: true
+ draft: false
46
prerelease: false
47
- name: Upload GitHub release
48
id: upload-release-asset
0 commit comments