Skip to content

feat: well map not limited to kickoff depth of root wellbore and allo… #40

feat: well map not limited to kickoff depth of root wellbore and allo…

feat: well map not limited to kickoff depth of root wellbore and allo… #40

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions: {}
jobs:
release:
name: Release
runs-on: ubuntu-24.04
permissions:
contents: write
pull-requests: write
id-token: write
steps:
- name: Release Please
id: release
uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38
with:
release-type: node
- name: Checkout
if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: Setup Node
if: ${{ steps.release.outputs.release_created }}
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
with:
node-version: 20.x
- name: Install dependencies
if: ${{ steps.release.outputs.release_created }}
run: npm ci
- name: Build library
if: ${{ steps.release.outputs.release_created }}
run: npm run build-lib
- name: Publish package
if: ${{ steps.release.outputs.release_created }}
uses: JS-DevTools/npm-publish@7f8fe47b3bea1be0c3aec2b717c5ec1f3e03410b
with:
token: ${{ secrets.NPM_TOKEN}}
access: public
provenance: true