Skip to content

Commit

Permalink
Fix typo (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenfuqua authored Mar 27, 2023
1 parent 41ceb50 commit a72a8ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
DOCKER_USERNAME: ${{ vars.DOCKER_USERNAME }}
REF: ${{ github.ref_name }}
IMAGE_NAME: ${{ vars.MEADOWLARK_IMAGE_NAME }}
NPM_REGISTRY: $${{ vars.NPM_REGISTRY }}
NPM_REGISTRY: ${{ vars.NPM_REGISTRY }}

defaults:
run:
Expand Down Expand Up @@ -57,6 +57,7 @@ jobs:

- name: Create .npmrc for Azure Artifacts publishing
run: |
echo "Configuring .npmrc for ${{ env.NPM_REGISTRY }}"
set +x # disable echo to shell so that the base64-encoded API key never escapes into the log.
# Create the user .npmrc file with proper settings
Expand Down

0 comments on commit a72a8ed

Please sign in to comment.