Skip to content

Commit 64b4f14

Browse files
committed
fix: update file path for version job to use package.json
1 parent 9ca1442 commit 64b4f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
version:
1919
uses: codesnippetspro/.github/.github/workflows/next_version.yml@main
2020
with:
21-
file_path: composer.json
21+
file_path: package.json
2222
ref_name: ${{ github.ref_name }}
2323

2424
changelog:

0 commit comments

Comments
 (0)