We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422a35d commit 9fe5422Copy full SHA for 9fe5422
.github/workflows/update-versions.yml
@@ -30,6 +30,8 @@ jobs:
30
run: curl -s "https://registry.hub.docker.com/v2/repositories/fernapi/fern-swift-sdk/tags" | jq -r -j '[.results[] | select(.name != "latest")] | .[0].name' > fern/snippets/version-number-swift.mdx
31
- name: update-postman-version
32
run: curl -s "https://registry.hub.docker.com/v2/repositories/fernapi/fern-postman/tags" | jq -r -j '[.results[] | select(.name != "latest")] | .[0].name' > fern/snippets/version-number-postman.mdx
33
+ - name: update-cli-version
34
+ run: curl -s https://api.github.com/repos/fern-api/fern/releases/latest | jq -r -j '.tag_name' > fern/snippets/version-number-cli.mdx
35
- name: create PR
36
id: cpr
37
uses: peter-evans/create-pull-request@v7
0 commit comments