From 694d31e68d68810059503c89e5ed6f3ef70291e7 Mon Sep 17 00:00:00 2001 From: Divlo Date: Fri, 26 Aug 2022 16:13:13 +0200 Subject: [PATCH] ci: disable temporarly release --- .github/workflows/release.yml | 60 +++++++++++++++++------------------ 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 568dc4f..153d9f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,38 +1,38 @@ -name: 'Release' +# name: 'Release' -on: - push: - branches: [master] +# on: +# push: +# branches: [master] -jobs: - build: - runs-on: 'ubuntu-latest' - steps: - - uses: 'actions/checkout@v3.0.0' +# jobs: +# build: +# runs-on: 'ubuntu-latest' +# steps: +# - uses: 'actions/checkout@v3.0.0' - - name: 'Use Node.js' - uses: 'actions/setup-node@v3.1.0' - with: - node-version: 'lts/*' - cache: 'npm' +# - name: 'Use Node.js' +# uses: 'actions/setup-node@v3.1.0' +# with: +# node-version: 'lts/*' +# cache: 'npm' - - name: 'Install' - run: 'npm install' +# - name: 'Install' +# run: 'npm install' - - name: 'Build Package' - run: 'npm run build' +# - name: 'Build Package' +# run: 'npm run build' - - name: 'Build Example' - run: 'cd example && npm install && npm run build' +# - name: 'Build Example' +# run: 'cd example && npm install && npm run build' - - name: 'Deploy Example' - uses: 'JamesIves/github-pages-deploy-action@v4.3.0' - with: - branch: 'gh-pages' - folder: 'example/dist' +# - name: 'Deploy Example' +# uses: 'JamesIves/github-pages-deploy-action@v4.3.0' +# with: +# branch: 'gh-pages' +# folder: 'example/dist' - - name: 'Release' - run: 'npm run release' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} +# - name: 'Release' +# run: 'npm run release' +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}