Skip to content

Commit

Permalink
test (npm): npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
loeffel-io committed May 21, 2023
1 parent 7a9af2d commit b418761
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
steps:
- run: set -eu
- uses: actions/checkout@v3
- run: cat ${GITHUB_WORKSPACE}/deployments/npm/.npmrc
- uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
Expand Down Expand Up @@ -40,4 +39,4 @@ jobs:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
- run: bazel run --remote_cache=$GOOGLE_BUCKET --google_default_credentials //deployments/github:ls_lint_publish
- run: bazel build --remote_cache=$GOOGLE_BUCKET --google_default_credentials //deployments/npm:ls_lint
- run: (cd bazel-bin/deployments/npm/ls_lint && cat ${PWD}/.npmrc && NPM_CONFIG_USERCONFIG=${PWD}/.npmrc npm publish --tag beta --no-git-checks) # workaround: https://bazelbuild.slack.com/archives/CEZUUKQ6P/p1667995025343689 # --dry-run
- run: (cd bazel-bin/deployments/npm/ls_lint && cat ${GITHUB_WORKSPACE}/deployments/npm/.npmrc && NPM_CONFIG_USERCONFIG=${GITHUB_WORKSPACE}/deployments/npm/.npmrc npm publish --tag beta --no-git-checks) # workaround: https://bazelbuild.slack.com/archives/CEZUUKQ6P/p1667995025343689 # --dry-run

0 comments on commit b418761

Please sign in to comment.