Skip to content

Commit

Permalink
Update release-npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chennlang authored May 9, 2024
1 parent 824cfcc commit d7b2a4f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# 工作流名称
name: Build and Deploy
name: Relsase and Publish

on:
# 指明要运行的分支,跟上面配置保持一致
push:
branches: [main]


permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d7b2a4f

Please sign in to comment.