Skip to content

Commit

Permalink
fix: version output path when auto versioning is off
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed May 25, 2022
1 parent 1c8cd76 commit 815554f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/service-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ jobs:
semantic-release
- name: Current Version
if: inputs.autoVersioning == true
id: versioning
run: |
echo "::set-output name=version::$(cat package.json | jq -r '.version')"
Expand Down

0 comments on commit 815554f

Please sign in to comment.