We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfffda commit a92fe64Copy full SHA for a92fe64
.github/workflows/create-release.yml
@@ -20,8 +20,8 @@ jobs:
20
id: release
21
with:
22
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
23
- config-file: ${{ github.workspace }}/.github/.release-please-config.json
24
- manifest-file: ${{ github.workspace }}/.github/.release-please-manifest.json
+ config-file: .github/.release-please-config.json
+ manifest-file: .github/.release-please-manifest.json
25
target-branch: master
26
27
...
0 commit comments