feat: init

This commit is contained in:
2026-04-01 10:49:17 +03:00
commit ba883c2b38
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
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"