Skip to content

Commit

Permalink
Disable npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholakov committed Sep 9, 2024
1 parent 0c80f4e commit bbee013
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
# os: macos-latest
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
- target: aarch64-unknown-linux-musl
os: ubuntu-latest
# - target: aarch64-unknown-linux-musl
# os: ubuntu-latest
env:
RUST_BACKTRACE: full
RUSTC_WRAPPER: "sccache"
Expand Down Expand Up @@ -124,11 +124,11 @@ jobs:
retention-days: 1
if-no-files-found: error

publish-npm:
name: Publish to NPM
if: ${{ inputs.npmVersion != '' }}
needs: [build]
uses: ./.github/workflows/npm.yml
secrets: inherit
with:
version: ${{ inputs.npmVersion }}
# publish-npm:
# name: Publish to NPM
# if: ${{ inputs.npmVersion != '' }}
# needs: [build]
# uses: ./.github/workflows/npm.yml
# secrets: inherit
# with:
# version: ${{ inputs.npmVersion }}

0 comments on commit bbee013

Please sign in to comment.