Skip to content

Commit

Permalink
ci: 优化 CD 配置 | Optimize CD configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Jul 20, 2023
1 parent be952a2 commit 90d7c83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ permissions:
contents: write
pull-requests: write

env:
PACKAGE_NAME: webview
PACKAGE_VERSION: 1.3.0

jobs:
release-please:
Expand All @@ -24,7 +27,8 @@ jobs:
id: release
with:
release-type: node
package-name: release-please-action
package-name: ${{ env.PACKAGE_NAME }}
release-as: ${{ env.PACKAGE_VERSION }}

## A GitHub secret token, the action defaults to using the special secrets.GITHUB_TOKEN
## REF https://github.com/marketplace/actions/release-please-action#github-credentials
Expand Down

0 comments on commit 90d7c83

Please sign in to comment.