Skip to content

Commit 19f955c

Browse files
committed
Fix workflow version extraction path
- Update workflow to read version from fastskill/skill-project.toml - Path corrected to: fastskill/skill-project.toml
1 parent af26ea3 commit 19f955c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-skill.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Get version
5454
id: version
5555
run: |
56-
VERSION=$(grep '^version = ' skill-project.toml | sed 's/version = "\([^"]*\)"/\1/')
56+
VERSION=$(grep '^version = ' fastskill/skill-project.toml | sed 's/version = "\([^"]*\)"/\1/')
5757
echo "version=$VERSION" >> $GITHUB_OUTPUT
5858
5959
- name: Package skill using FastSkill

0 commit comments

Comments
 (0)