We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d759673 commit abdee3dCopy full SHA for abdee3d
.github/workflows/main.yml
@@ -105,7 +105,7 @@ jobs:
105
#Cut the CHANGELOG.md file up to the first occurence of the "### \[[0-9]*" (meaning three #, a space,a square bracket and any number after it)
106
sed -n '/### \[[0-9]*/q;p' CHANGELOG.md > NEW_CHANGELOG.md
107
- name: Create GitHub release
108
- uses: ncipollo/release-action@v1.14.0
+ uses: ncipollo/release-action@v1.15.0
109
env:
110
token: ${{ secrets.GITHUB_TOKEN }}
111
with:
0 commit comments