Skip to content

Commit

Permalink
fix: package json version if (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
didoda authored Sep 28, 2023
1 parent 02d9ebf commit 0d089f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
files: "package.json"

- name: Update package.json version
if: steps.check_files.outputs.files_exists == 'true' && ${{ !contains(env.RELEASE_VERSION, 'undefined') && inputs.package_json_version == 'true' }}
if: ${{ !contains(env.RELEASE_VERSION, 'undefined') && steps.check_files.outputs.files_exists == 'true' && inputs.package_json_version == 'true' }}
uses: jossef/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0d089f1

Please sign in to comment.