Skip to content

Commit

Permalink
IT-201 Change npm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaMikitova committed Jun 3, 2024
1 parent 4f20ce9 commit 907a0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: 18

- name: Configure MapTiler NPM registry
run: npm config set //npm.maptiler.dev/:_authToken "${{ secrets.NPM_MAPTILER_TOKEN }}"

- name: Install dependencies
run: npm ci
run: npm install

- name: Publish package to MapTiler NPM
run: npm publish

0 comments on commit 907a0da

Please sign in to comment.