diff --git a/.github/workflows/gh-pages-deploy.yaml b/.github/workflows/gh-pages-deploy.yaml index 345f5e9..ab7f09c 100644 --- a/.github/workflows/gh-pages-deploy.yaml +++ b/.github/workflows/gh-pages-deploy.yaml @@ -1,14 +1,13 @@ on: - push: - tags: - - 'v*.*.*' + release: + types: [published] permissions: contents: write jobs: build: - name: Build & Release + name: Build runs-on: ubuntu-latest steps: - name: Checkout @@ -52,9 +51,6 @@ jobs: name: bundle path: dist/ - - name: Release - uses: softprops/action-gh-release@v1 - deploy: name: Deploy needs: build