freenginx-build.yaml: fix release name

This commit is contained in:
Minoplhy 2024-09-22 06:02:26 +00:00 committed by GitHub
parent fb10d7961e
commit 51593ca69e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
body: | body: |
"Nginx Successfully build on -> ${{ env.NGINX_TAG }}" "freenginx Successfully build on -> ${{ env.NGINX_TAG }}"
token: ${{ secrets.DEPLOYMENT_TOKEN }} token: ${{ secrets.DEPLOYMENT_TOKEN }}
files: nginx-*.tar.gz files: nginx-*.tar.gz