We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af26ea3 commit 19f955cCopy full SHA for 19f955c
1 file changed
.github/workflows/publish-skill.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Get version
54
id: version
55
run: |
56
- VERSION=$(grep '^version = ' skill-project.toml | sed 's/version = "\([^"]*\)"/\1/')
+ VERSION=$(grep '^version = ' fastskill/skill-project.toml | sed 's/version = "\([^"]*\)"/\1/')
57
echo "version=$VERSION" >> $GITHUB_OUTPUT
58
59
- name: Package skill using FastSkill
0 commit comments