We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8120112 commit 10daaccCopy full SHA for 10daacc
.github/workflows/release-please.yml
@@ -12,7 +12,8 @@ jobs:
12
id: release
13
with:
14
token: ${{ secrets.GITHUB_TOKEN }}
15
- release-type: node
+ config-file: release-please-config.json
16
+ manifest-file: .release-please-manifest.json
17
# The logic below handles the npm publication:
18
- uses: actions/checkout@v3
19
# these if statements ensure that a publication only occurs when
0 commit comments