Skip to content

Commit 5dc4057

Browse files
Update postman.yml
1 parent f27f074 commit 5dc4057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/postman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name : "Get Postman Version"
8181
run: |
82-
version=$(cat postman/app/resources/app/package.json | jq .version -r)
82+
version=$(cat Postman/app/resources/app/package.json | jq .version -r)
8383
echo "Postman Version = ${version}"
8484
echo "VERSION=${version}" >> $GITHUB_ENV
8585

0 commit comments

Comments
 (0)