mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 18:46:57 +00:00
freenginx-build.yaml: fix release name
This commit is contained in:
parent
fb10d7961e
commit
51593ca69e
2
.github/workflows/freenginx-build.yaml
vendored
2
.github/workflows/freenginx-build.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user