Skip to content

Commit

Permalink
Only push to ollierelph namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
BBB committed Jun 19, 2023
1 parent 45e1809 commit 1645df6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ jobs:
- name: Build and Publish (if required)
run: |
pnpm build
if node bin/needs-publish.js "and-or" $(node -pe "require('./package.json').version") ; then
NAME_TO_PUBLISH=and-or pnpm run publish-package
else
echo "and-or Version already published"
fi
if node bin/needs-publish.js "@ollierelph/and-or" $(node -pe "require('./package.json').version") ; then
NAME_TO_PUBLISH="@ollierelph/and-or" pnpm run publish-package
Expand Down

0 comments on commit 1645df6

Please sign in to comment.