diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 81a2825..ecfd997 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -25,7 +25,7 @@ jobs: with: ref: ${{ github.event.release.tag_name }} - name: Create GitHub Release - uses: ncipollo/release-action@9128f238eeeeed39b82af6636303729079d51730 # v1 + uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1 with: tag: ${{ github.event.release.tag_name }} generateReleaseNotes: true