diff --git a/.github/workflows/nginx-build.yaml b/.github/workflows/nginx-build.yaml index 47ca0d3..35c5371 100644 --- a/.github/workflows/nginx-build.yaml +++ b/.github/workflows/nginx-build.yaml @@ -29,5 +29,7 @@ jobs: uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: + body: | + "Nginx Successfully build on -> ${{ env.NGINX_TAG }}" token: ${{ secrets.DEPLOYMENT_TOKEN }} files: nginx-*.tar.gz