Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Aug 29, 2022
1 parent acbcc58 commit 8d3d3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
path: package.json
trim: true
- name: Echo package version
run: echo "${{ JSON.parse(steps.package.outputs.content).version }}"
run: echo "${{ fromJson(steps.package.outputs.content).version }}"

0 comments on commit 8d3d3a7

Please sign in to comment.