Skip to content

Commit f2244e9

Browse files
authored
Update docs.yml
1 parent 81ff985 commit f2244e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Update versions.json
25+
env:
26+
NEW_VERSION: '${{ github.event.inputs.new_version }}'
2527
run: |
26-
NEW_VERSION='${{ github.event.inputs.new_version }}'
27-
2828
# Check for duplicate
2929
DUPLICATE=$(jq --arg v "$NEW_VERSION" 'any(.version == $v)' versions.json)
3030

0 commit comments

Comments
 (0)