We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f183649 + 54b2960 commit 280abb4Copy full SHA for 280abb4
.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.15.0
+ uses: ncipollo/release-action@v1.16.0
109
env:
110
token: ${{ secrets.GITHUB_TOKEN }}
111
with:
0 commit comments