We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ff985 commit f2244e9Copy full SHA for f2244e9
.github/workflows/docs.yml
@@ -22,9 +22,9 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: Update versions.json
25
+ env:
26
+ NEW_VERSION: '${{ github.event.inputs.new_version }}'
27
run: |
- NEW_VERSION='${{ github.event.inputs.new_version }}'
-
28
# Check for duplicate
29
DUPLICATE=$(jq --arg v "$NEW_VERSION" 'any(.version == $v)' versions.json)
30
0 commit comments