chore: fix jq error (#917)

pull/921/head
Martin Beentjes 2022-04-25 19:41:00 +02:00 committed by GitHub
parent 1c81fa6475
commit db5ce64172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"'