Skip to content

Commit

Permalink
Update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Sep 1, 2023
1 parent 53111a8 commit 63f3eff
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2,546 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release-feishu-docx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ on:
push:
tags:
- 'feishu-docx/v*'
branches:
- release-npm
permissions:
contents: read
pages: write
id-token: write

jobs:
release:
name: Release NPM (feishu-docx)
Expand All @@ -23,6 +18,7 @@ jobs:
cd feishu-docx
yarn
yarn build
yarn test
- name: Publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/release-feishu-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ on:
- 'v*'
branches:
- release-npm
permissions:
contents: read
pages: write
id-token: write

jobs:
release:
name: Release NPM (feishu-pages)
Expand All @@ -23,6 +20,7 @@ jobs:
cd feishu-pages
yarn
yarn build
yarn test
- name: Publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
Loading

0 comments on commit 63f3eff

Please sign in to comment.