diff --git a/.github/workflows/npm-registry-github.yml b/.github/workflows/npm-registry-github.yml deleted file mode 100644 index be3861f..0000000 --- a/.github/workflows/npm-registry-github.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Create Npm Release on Github Registry - -on: - push: - tags: - - "v*" - -jobs: - publish: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v1 - - name: Install dependencies with node - uses: actions/setup-node@v1 - with: - node-version: 13.7 - always-auth: true - - run: yarn install - - run: yarn test - - run: yarn build - - run: npm login --registry=https://npm.pkg.github.com --scope=@thecreazy - - run: yarn publish --access public \ No newline at end of file