Clean Actions file #339
5
.github/workflows/publish_npm_main.yml
vendored
5
.github/workflows/publish_npm_main.yml
vendored
@ -8,12 +8,11 @@ on:
|
|||||||
- "src/**/*"
|
- "src/**/*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# DOCKERPLATFORM: "linux/amd64,linux/arm64"
|
|
||||||
DOCKERPLATFORM: "linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x"
|
DOCKERPLATFORM: "linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x"
|
||||||
DOCKERIMAGE: "ghcr.io/the-bds-maneger/core"
|
DOCKERIMAGE: "ghcr.io/the-bds-maneger/core"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
latestDeploy:
|
publishmodulemaim:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Publish npm module
|
name: Publish npm module
|
||||||
strategy:
|
strategy:
|
||||||
@ -53,7 +52,7 @@ jobs:
|
|||||||
- name: Install node depencies
|
- name: Install node depencies
|
||||||
run: npm install -d
|
run: npm install -d
|
||||||
|
|
||||||
- name: Build typescript to CJS and ESM
|
- name: Build typescript
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: Publish Package
|
- name: Publish Package
|
||||||
|
Reference in New Issue
Block a user