Skip to content

Commit da57c5c

Browse files
authored
ci(cd): check version json contents
1 parent 6e1bd09 commit da57c5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
GIST_TOKEN: ${{ secrets.GIST_TOKEN }}
6565
run: |
6666
FILE_NAME="organized-next.json"
67+
cat $FILE_NAME
6768
JSON_CONTENT=$(jq -c . < $FILE_NAME)
6869
curl -X PATCH "https://api.github.com/gists/${GIST_ID}" \
6970
-H "Authorization: token ${GIST_TOKEN}" \

0 commit comments

Comments
 (0)