Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ jobs:
run: |
yarn config set npmRegistryServer https://registry.npmjs.org
yarn config set npmAlwaysAuth true
yarn config set npmAuthToken "${NODE_AUTH_TOKEN}"

- name: Publish workspaces to NPM
env:
NPM_CONFIG_PROVENANCE: true
run: |
for LIB in $(echo ${LIBS}); do
printf 'Publishing @openshift-assisted/%s\n' "${LIB}"
Expand Down
Loading