Skip to content

Commit

Permalink
add action
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Jun 8, 2023
1 parent baa6113 commit 03bc4a8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# 下面主要是创建 github 的release
# 使用 tyankatsu0105/read-package-version-actions@v1 工具来读取对应的package.json 数据
# 读取对应的 package.json 版本
- name: Read package.json
uses: tyankatsu0105/read-package-version-actions@v1
with:
path: './package/quark-doc-header'
id: package-version

- name: Create Release for Tag
Expand Down

0 comments on commit 03bc4a8

Please sign in to comment.