Skip to content

fixed api's version #98

fixed api's version

fixed api's version #98

Workflow file for this run

name: Deploy CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- run: npm install
- run: npm run build
env:
CI: true
- run: touch ./dist/shipthisapi-js/.npmignore
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
package: "./dist/shipthisapi-js/package.json"