diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 51e91d5..1c2d599 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -59,4 +59,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: name: Release ${{env.VERSION}} + tag_name: ${{env.VERSION}} files: ./theme.zip