Skip to content

Commit c0ca7c4

Browse files
committed
feat: Rename CLI to @promactinfo/moa-cli, implement automated release publishing, and update README.
1 parent c43692c commit c0ca7c4

3 files changed

Lines changed: 482 additions & 10 deletions

File tree

.github/workflows/onRelease.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
publish:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
id-token: write
1013
steps:
1114
- uses: actions/checkout@v4
1215
- uses: actions/setup-node@v4
@@ -15,7 +18,5 @@ jobs:
1518
- run: pnpm install
1619
- run: pnpm run build
1720
- run: pnpm run prepack
18-
- uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c
19-
with:
20-
token: ${{ secrets.NPM_TOKEN }}
21+
- uses: JS-DevTools/npm-publish@v4
2122
- run: pnpm run postpack

0 commit comments

Comments
 (0)