UNPKG

leaflet-responsive-popup

Version:

Removes the need to move the map to be able to see the content of a L.Popup

20 lines (18 loc) 355 B
name: release # on events on: push: tags: - '*.*.*' jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 12 - run: npm install - uses: JS-DevTools/npm-publish@v1 with: token: ${{ secrets.PUBLISH_NPM }}