We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a961b3 commit c1473d3Copy full SHA for c1473d3
.github/workflows/maven-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
ref: ${{ github.event.release.tag_name }}
18
- name: Create GitHub Release
19
- uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1
+ uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1
20
21
tag: ${{ github.event.release.tag_name }}
22
generateReleaseNotes: true
0 commit comments