feat: init
This commit is contained in:
19
.gitea/workflows/npm-release.yml
Normal file
19
.gitea/workflows/npm-release.yml
Normal 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"
|
||||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
/.*
|
||||||
|
_debug*
|
||||||
Reference in New Issue
Block a user