name: npm release on: workflow_dispatch: {} push: tags: [ "v*" ] branches: [ "feature/*" ] defaults: runs-on: pkgx container: volumes: - "/cache:/cache" run: shell: sh -Eeou pipefail -x {0} jobs: release: runs-on: pkgx container: volumes: - "/cache:/cache"