From ab17fc6b7dd6cc5faa3769fe5557a205cc7818c7 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 24 Dec 2021 00:01:37 +0200 Subject: [PATCH] removed beta workflow --- .github/workflows/publish-beta.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/publish-beta.yml diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml deleted file mode 100644 index 9ede483..0000000 --- a/.github/workflows/publish-beta.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: publish-and-tag -env: - CI: true -on: - push: - branches: - - beta -jobs: - publish-to-npm: - runs-on: ubuntu-latest - steps: - - name: checkout - uses: actions/checkout@v2 - - name: setup Node - uses: actions/setup-node@v2 - with: - node-version: 14.x - registry-url: 'https://registry.npmjs.org' - - name: install - run: npm install - - name: test - run: npm test - # Publish to npm if this version is not published - - name: publish - run: npm run publish:beta - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} \ No newline at end of file