We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad7285 commit ceb44f5Copy full SHA for ceb44f5
.github/workflows/npm-audio-package-build.yml
@@ -92,7 +92,7 @@ jobs:
92
id: build
93
working-directory: ${{ env.AUDIO_API_DIR }}
94
run: |
95
- if [[ "${{ inputs.latest-build }}" != "true" && "${{ inputs.old-version-patch }}" != "true"]]; then
+ if [[ "${{ inputs.latest-build }}" != "true" && "${{ inputs.old-version-patch }}" != "true" ]]; then
96
./scripts/create-package.sh generate_nightly_version
97
else
98
./scripts/create-package.sh
0 commit comments