Skip to content

Commit 80a3169

Browse files
authored
fix(workflow): correct release-please config filename in workflow (#6)
Signed-off-by: Jonatan Mata <jonmatum@gmail.com>
1 parent 5a4484c commit 80a3169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devcontainer-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Run Release Please
4747
uses: googleapis/release-please-action@v4
4848
with:
49-
config-file: release-please-config.json
49+
config-file: .release-please-config.json
5050
manifest-file: .release-please-manifest.json
5151

5252
publish:

0 commit comments

Comments
 (0)