From 930f6da4a3b3f045d4448de64e47ad33c0de1a39 Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Wed, 4 Sep 2024 15:24:53 +0000 Subject: [PATCH] nginx-build.yaml: fix mess up token outside with --- .github/workflows/nginx-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nginx-build.yaml b/.github/workflows/nginx-build.yaml index fe1656c..47ca0d3 100644 --- a/.github/workflows/nginx-build.yaml +++ b/.github/workflows/nginx-build.yaml @@ -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