Skip to content

Commit

Permalink
Update publish-treesitter-nuget.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidelettieri authored Oct 11, 2024
1 parent fe7b7c3 commit bf4aa96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-treesitter-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: dotnet tool install --global minver-cli --version 6.0.0
- name: Compute version and pack
run: |
version=$(minver -v e)
version=$(minver -v e -t runtime-)
nuget pack packages-definitions/libtreesitter/libtreesitter.nuspec -Properties version=$version
nuget pack packages-definitions/libtreesitter.runtime.linux-x64/libtreesitter.runtime.linux-x64.nuspec -Properties version=$version
- name: Publish libtreesitter package to Nuget
Expand Down

0 comments on commit bf4aa96

Please sign in to comment.