Skip to content

Commit

Permalink
ci: Some CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Oct 12, 2021
1 parent e2f09ab commit 25f1735
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
uses: actions/[email protected]
with:
node-version: 14.x
registry-url: 'https://registry.npmjs.org'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Get npm cache directory
id: npm-cache
Expand All @@ -38,7 +35,6 @@ jobs:
run: npm ci || npm install
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Build API-Docs
run: npm run docs:build
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
- name: Build NPM package
run: npm pack && mv wppconnect-wa-js-*.tgz wppconnect-nightly.tgz

- name: Build API-Docs
run: npm run docs:build

- name: Generate Changelog
id: generate_changelog
run: |
Expand Down Expand Up @@ -79,7 +76,6 @@ jobs:
prerelease: true
files: >
wppconnect-nightly.tgz
api-docs/
dist/wppconnect-wa.js
gzip: folders
allow_override: true

0 comments on commit 25f1735

Please sign in to comment.