Skip to content

Commit ceb44f5

Browse files
maciejmakowski2003maciejmakowski2003
andcommitted
fix: fixed package buiild worklfow (#840)
Co-authored-by: maciejmakowski2003 <[email protected]>
1 parent 7ad7285 commit ceb44f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-audio-package-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
id: build
9393
working-directory: ${{ env.AUDIO_API_DIR }}
9494
run: |
95-
if [[ "${{ inputs.latest-build }}" != "true" && "${{ inputs.old-version-patch }}" != "true"]]; then
95+
if [[ "${{ inputs.latest-build }}" != "true" && "${{ inputs.old-version-patch }}" != "true" ]]; then
9696
./scripts/create-package.sh generate_nightly_version
9797
else
9898
./scripts/create-package.sh

0 commit comments

Comments
 (0)