Skip to content

Commit

Permalink
MAke true as string
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Jan 11, 2024
1 parent 077ccc8 commit 8724212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# Publish only if the vue-file-upload version check passed
- name: Publish to npm
if: steps.check_vue_version.outputs.skip_vue_publish != true
if: steps.check_vue_version.outputs.skip_vue_publish != 'true'
run: |
cd vue
npm publish --access public
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
# Publish only if the react-file-upload version check passed
- name: Publish to npm
if: steps.check_react_version.outputs.skip_react_publish != true
if: steps.check_react_version.outputs.skip_react_publish != 'true'
run: |
cd react
npm publish --access public
Expand Down

0 comments on commit 8724212

Please sign in to comment.