diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b1b08a..9c272b6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,6 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" file: "frontend.zip" - asset_name: "frontend" tag: "${{ github.ref }}" overwrite: true