From a2c0d979052488da7a5eb1d015567b00d04bab7b Mon Sep 17 00:00:00 2001 From: Jun Nishimura Date: Mon, 1 Apr 2024 00:49:08 +0900 Subject: [PATCH] delete release.yml --- .github/workflows/release.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index ce80fa7..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Release - -on: - workflow_run: - workflows: ["test"] - branches: ["main"] - types: - - completed - -permissions: - contents: write - -jobs: - release: - name: Release - if: ${{ github.event.workflow_run.conclusion == 'success' }} - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: setup Node.js - uses: actions/setup-node@v3 - with: - node-version: "lts/*" - - name: Release - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release \ No newline at end of file