mirror of
https://github.com/minoplhy/deployment.git
synced 2025-04-21 18:46:57 +00:00
nginx-build.yaml: fix mess up token outside with
This commit is contained in:
parent
2286bb012e
commit
930f6da4a3
2
.github/workflows/nginx-build.yaml
vendored
2
.github/workflows/nginx-build.yaml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
token: ${{ secrets.DEPLOYMENT_TOKEN }}
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
token: ${{ secrets.DEPLOYMENT_TOKEN }}
|
||||
files: nginx-*.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user