Skip to content

Commit

Permalink
UIOR-1031 fix release pipeline (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSedyx authored Oct 27, 2022
1 parent 6d5271d commit 919df82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
COMPILE_TRANSLATION_FILES: 'true'
PUBLISH_MOD_DESCRIPTOR: 'true'
FOLIO_NPM_REGISTRY: 'https://repository.folio.org/repository/npm-folio/'
FOLIO_NPM_REGISTRY_AUTH: '//repository.folio.org/repository/npm-folioci/'
FOLIO_NPM_REGISTRY_AUTH: '//repository.folio.org/repository/npm-folio/'
FOLIO_MD_REGISTRY: 'https://folio-registry.dev.folio.org'
NODEJS_VERSION: '16'
JEST_JUNIT_OUTPUT_DIR: 'artifacts/jest-junit'
Expand Down Expand Up @@ -214,7 +214,6 @@ jobs:
always-auth: true

- name: Set _auth in .npmrc
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }}
run: |
npm config set @folio:registry $FOLIO_NPM_REGISTRY
npm config set $FOLIO_NPM_REGISTRY_AUTH:_auth $NODE_AUTH_TOKEN
Expand Down

0 comments on commit 919df82

Please sign in to comment.