Clean Actions file #339

Merged
Sirherobrine23 merged 6 commits from clean_actions into main 2022-04-09 12:09:53 +00:00
4 changed files with 9 additions and 18 deletions
Showing only changes of commit 722e822450 - Show all commits

View File

@ -8,12 +8,11 @@ on:
- "src/**/*"
env:
# DOCKERPLATFORM: "linux/amd64,linux/arm64"
DOCKERPLATFORM: "linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x"
DOCKERIMAGE: "ghcr.io/the-bds-maneger/core"
jobs:
latestDeploy:
publishmodulemaim:
runs-on: ubuntu-latest
name: Publish npm module
strategy:
@ -53,7 +52,7 @@ jobs:
- name: Install node depencies
run: npm install -d
- name: Build typescript to CJS and ESM
- name: Build typescript
run: npm run build
- name: Publish Package