We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ab71eb + 3479740 commit b90dda3Copy full SHA for b90dda3
.github/workflows/release.yml
@@ -148,7 +148,7 @@ jobs:
148
- name: Make Github release
149
id: github_release
150
if: ${{ !inputs.dry_run }}
151
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
152
with:
153
tag_name: ${{ github.event.repository.name }}-${{ env.MAVEN_RELEASE_VERSION }}
154
name: ${{ github.event.repository.name }} ${{ env.MAVEN_RELEASE_VERSION }}
0 commit comments