Skip to content

Commit a92fe64

Browse files
committed
fix: create release action
1 parent adfffda commit a92fe64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
id: release
2121
with:
2222
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
23+
config-file: .github/.release-please-config.json
24+
manifest-file: .github/.release-please-manifest.json
2525
target-branch: master
2626

2727
...

0 commit comments

Comments
 (0)