Skip to content

Commit

Permalink
fix: npm
Browse files Browse the repository at this point in the history
  • Loading branch information
yusheng929 committed Nov 21, 2024
1 parent 5da5c7b commit 5684038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release and Publish # 发布和发布的工作流程名称
on:
push:
branches:
- dev # 仅当推送到 main 分支时触发
- dev # 仅当推送到 dev 分支时触发
permissions:
contents: write # 设置内容的权限为写
pull-requests: write # 设置拉取请求的权限为写
Expand Down

0 comments on commit 5684038

Please sign in to comment.