Skip to content

Commit

Permalink
ci: fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova authored Mar 20, 2023
1 parent dcdf9f4 commit b159338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
run: npm publish --tag rc

- name: Publish @effector/reflect@${{ steps.version.outputs.tag }} to latest
if: ${{ steps.next.outputs.match == '' && steps.rc.outputs.match === '' }}
if: ${{ steps.next.outputs.match == '' && steps.rc.outputs.match == '' }}
working-directory: './dist/'
run: npm publish

0 comments on commit b159338

Please sign in to comment.