diff --git a/.github/workflows/simple-tag-and-release.yaml b/.github/workflows/simple-tag-and-release.yaml index 894cadc..c750cea 100644 --- a/.github/workflows/simple-tag-and-release.yaml +++ b/.github/workflows/simple-tag-and-release.yaml @@ -54,7 +54,7 @@ jobs: core.info(`Created tag '${version}' at commit ${context.sha}`); - name: Create GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.ver.outputs.version }} generate_release_notes: true