Skip to content

Commit

Permalink
build: test
Browse files Browse the repository at this point in the history
  • Loading branch information
oneWalker committed Nov 6, 2024
1 parent e9f8111 commit 52283ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
branches: [ cur-publish,cur-publish-dev ]
branches: [ cur-publish, cur-publish-dev ]

jobs:
release:
Expand All @@ -17,3 +17,5 @@ jobs:
with:
checkTest: false
install: 'npm install --legacy-peer-deps --no-package-lock --no-fund'
dryRun: false
action_ref: master #强制自定义发布分支

0 comments on commit 52283ee

Please sign in to comment.