We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412aec9 commit 712e114Copy full SHA for 712e114
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
run: curl -sSLf "$(curl -sSLf https://api.github.com/repos/tomwright/dasel/releases/latest | grep browser_download_url | grep linux_amd64 | grep -v .gz | cut -d\" -f 4)" -L -o dasel && chmod +x dasel && mv ./dasel /usr/local/bin/dasel
26
- name: Parse published sdk version
27
run: |
28
- echo "PUBLISHED_SDK_VERSION=$(dasel -f gradle/libs.versions.toml .versions.restate)" >> "$GITHUB_ENV"
+ echo "PUBLISHED_SDK_VERSION=$(cat gradle/libs.versions.toml | dasel -i toml versions.restate -o yaml)" >> "$GITHUB_ENV"
29
30
# Dry run
31
- name: Publish dry-run
0 commit comments