From d7b932f406dec48b58b649cdc51c1fc996493320 Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Wed, 29 Nov 2023 16:45:02 +0900 Subject: [PATCH] =?UTF-8?q?Publish=20workflow=E3=81=AENotify=E3=82=92?= =?UTF-8?q?=E3=82=84=E3=82=81=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-latest.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/publish-latest.yml b/.github/workflows/publish-latest.yml index cc1d8d90..f6adef2e 100644 --- a/.github/workflows/publish-latest.yml +++ b/.github/workflows/publish-latest.yml @@ -76,22 +76,6 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Notifiy releases to zenn-dev/zenn - uses: peter-evans/repository-dispatch@v2 - with: - repository: zenn-dev/zenn - token: ${{ secrets.PERSONAL_TOKEN }} - event-type: update-zenn-editor-packages # specify this on zenn workflows - client-payload: '{"commit_url": "https://github.com/zenn-dev/zenn-editor/commit/${{ github.sha }}"}' - - - name: Notifiy releases to zenn-dev/api-markdown-html - uses: peter-evans/repository-dispatch@v2 - with: - repository: zenn-dev/api-markdown-html - token: ${{ secrets.PERSONAL_TOKEN }} - event-type: update-zenn-editor-packages # specify this on zenn workflows - client-payload: '{"commit_url": "https://github.com/zenn-dev/zenn-editor/commit/${{ github.sha }}"}' - - name: Checkout uses: actions/checkout@v2 with: