We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214bb2e commit 827439fCopy full SHA for 827439f
.github/workflows/build.yml
@@ -368,7 +368,7 @@ jobs:
368
if: needs.version.outputs.new_release == 'true' && github.ref == 'refs/heads/master'
369
370
- name: Create GitHub release
371
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
372
with:
373
token: ${{ secrets.GH_PAT }}
374
body_path: GITHUB_CHANGELOG.md
0 commit comments