diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 130ee86..6e54b9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,6 @@ name: Publish Release -on: - push: - tags: - - 'v*.*.*' +on: [push] permissions: contents: write @@ -42,7 +39,7 @@ jobs: # Emmet.zip # registry.json - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action + uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} branch: download # The branch the action should deploy to.