We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd320a commit 426b5f2Copy full SHA for 426b5f2
.github/workflows/release.yaml
@@ -56,7 +56,7 @@ jobs:
56
uses: actions/checkout@v5
57
- name: Publish github
58
run: |
59
- package_version=$(cargo metadata --format-version 1 --no-deps| jq -r '.packages[].version')
+ package_version=$(cargo metadata --format-version 1 --no-deps| jq -r '.packages[] | select(.name=="deku_string") .version')
60
gh release create "v${package_version}" --fail-on-no-commits --generate-notes --latest
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments