From db5ce64172de8743b8bb906f56ca6a0d6372f264 Mon Sep 17 00:00:00 2001 From: Martin Beentjes Date: Mon, 25 Apr 2022 19:41:00 +0200 Subject: [PATCH] chore: fix jq error (#917) --- .github/workflows/browserstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index cc0bcba..91cf84a 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -29,7 +29,7 @@ jobs: - name: '📖 Get current package version' id: package-version - uses: martinbeentjes/npm-get-version-action@v1.2.0 + uses: martinbeentjes/npm-get-version-action@v1.2.3 - name: '📝 Print build version and commit msg' run: 'printf "version: %s\n build:%s\n message:%s\n" "${{ steps.package-version.outputs.current-version}}" "${{ github.run_id }}" "$COMMIT_MSG"'