this is so we can avoid running install during the publish phase.
if there are infected dependencies, they don't get access to our npm token
jobs:
# ...
- name: pack
# installs, no token access
# ...
- name: publish
# no install, no dependencies, but has token access