Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 3, 2021
1 parent 7f4c125 commit c39521e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:


- name: Read Version
run: echo '::set-output name=VERSION::$(cat package.json | jq -r ".version")'
run: |
VERSION=$(cat package.json | jq -r '.version')
echo '::set-output name=VERSION::$VERSION'
id: debug-version
- name: Debug Version
run: |
Expand Down

0 comments on commit c39521e

Please sign in to comment.