Skip to content

Commit

Permalink
start the proxy, determine the tarball to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Sep 10, 2023
1 parent f830a35 commit 34dbd06
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,19 @@ jobs:
run: |
cd ./pkgs/cargo-messages/dist
ls -alF
# - name: Start npm Proxy
# shell: bash
# run: ./proxy.sh
# working-directory: ./test/integration/proxy
- name: Start npm Proxy
shell: bash
run: ./proxy.sh
working-directory: ./test/integration/proxy
- name: Determine tarball
shell: bash
working-directory: ./pkgs/cargo-messages/dist
run: |
echo "cargo-messages-linux-x64-gnu-$(jq -r '.version' < ../package.json).tgz"
ls -l "cargo-messages-linux-x64-gnu-$(jq -r '.version' < ../package.json).tgz"
# - name: Publish @cargo-messages/linux-x64-gnu to proxy
# shell: bash
# working-directory: ./pkgs/cargo-messages/npm/linux-x64-gnu
# working-directory: ./pkgs/cargo-messages/dist
# run: |
# npx npm-cli-adduser -u ${{env.CIUSER}} -p ${{env.CIPASS}} -e ${{env.CIEMAIL}} -r ${{env.PROXY}}
# npm publish --registry ${{env.PROXY}}
Expand Down

0 comments on commit 34dbd06

Please sign in to comment.