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 73551b4 commit 89b4301Copy full SHA for 89b4301
.github/workflows/main.yml
@@ -70,7 +70,7 @@ jobs:
70
sed -n '/### \[[0-9]*/q;p' CHANGELOG.md > NEW_CHANGELOG.md
71
- if: (startsWith(github.ref, 'refs/heads/releases/') || startsWith(github.ref, 'refs/heads/main'))&& startsWith(github.event.head_commit.message, 'chore(release)')
72
name: Create GitHub release
73
- uses: ncipollo/release-action@v1.12.0
+ uses: ncipollo/release-action@v1.16.0
74
env:
75
token: ${{ secrets.GITHUB_TOKEN }}
76
with:
0 commit comments