From 52c4f109cbaf4eb72bab2be39f096bae33c501de Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Mon, 7 Jun 2021 00:02:19 -0400 Subject: [PATCH] remove build step --- .github/workflows/npm-publish.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index e1b8c50..4ba7827 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -8,18 +8,18 @@ on: types: [created] jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: 12 - - run: npm ci - - run: npm test + # build: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v2 + # - uses: actions/setup-node@v2 + # with: + # node-version: 12 + # - run: npm ci + # - run: npm test publish-npm: - needs: build + # needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -33,7 +33,7 @@ jobs: NODE_AUTH_TOKEN: ${{secrets.npm_token}} publish-gpr: - needs: build + # needs: build runs-on: ubuntu-latest permissions: contents: read