UNPKG

@aerodb/js

Version:

Javascript wrapper for the AeroDB API

16 lines (14 loc) 264 B
name: On Release on: release: types: [published] jobs: ## WEB build: name: Build uses: ./.github/workflows/build.yml publish: name: Publish Package to npmjs uses: ./.github/workflows/publish.yml secrets: inherit needs: [build]