Skip to content

Commit

Permalink
Merge branch 'main' of github.com:indexdata/ui-harvester-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTaylor committed May 26, 2023
2 parents d1ca6e1 + 43a6cba commit 5e04471
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
path: ./module-descriptor.json
- name: Login ModuleDescriptor registry
id: login-md-registry
uses: cyberman54/curl@v1
uses: cyberman54/curl@master
with:
url: "${{ env.FOLIO_MD_REGISTRY }}/authn/login"
method: "POST"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Docker registry logout
run: docker logout https://docker.io/v2/
- name: Pull FOLIO ModuleDescriptors to local Okapi
uses: cyberman54/curl@v1
uses: cyberman54/curl@master
with:
url: "http://${{ env.OKAPI_IP }}:9130/_/proxy/pull/modules"
method: "POST"
Expand All @@ -127,7 +127,7 @@ jobs:
}
body: ${{ env.OKAPI_PULL_FOLIO }}
- name: Pull Index Data ModuleDescriptors to local Okapi
uses: cyberman54/curl@v1
uses: cyberman54/curl@master
with:
url: "http://${{ env.OKAPI_IP }}:9130/_/proxy/pull/modules"
method: "POST"
Expand All @@ -140,7 +140,7 @@ jobs:
}
body: ${{ env.OKAPI_PULL_INDEXDATA }}
- name: Perform local Okapi dependency check
uses: cyberman54/curl@v1
uses: cyberman54/curl@master
with:
url: "http://${{ env.OKAPI_IP }}:9130/_/proxy/modules?preRelease=false&npmSnapshot=false"
method: "POST"
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_NPMJS }}
- name: Publish ModuleDescriptor to MD registry
id: result-md-registry
uses: cyberman54/curl@v1
uses: cyberman54/curl@master
with:
url: "${{ env.FOLIO_MD_REGISTRY }}/_/proxy/modules"
method: "POST"
Expand Down

0 comments on commit 5e04471

Please sign in to comment.