Skip to content

Commit 4b1e5ad

Browse files
tiagoloureirosrtab
authored andcommitted
moved build into a separate action
1 parent b1099fa commit 4b1e5ad

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,3 @@ jobs:
3636
run: npm ci
3737
- name: Run tests
3838
run: npm run lint
39-
build:
40-
runs-on: ubuntu-latest
41-
needs: lint
42-
steps:
43-
- uses: actions/checkout@v4
44-
# Setup .npmrc file to publish to npm
45-
- uses: actions/setup-node@v3
46-
with:
47-
node-version: 'lts/*'
48-
cache: 'npm'
49-
registry-url: 'https://registry.npmjs.org'
50-
- run: npm ci
51-
- run: npm publish
52-
env:
53-
NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)