Skip to content

Commit 284d0a2

Browse files
committed
fix: bash syntax fix
1 parent ff0d96e commit 284d0a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
echo "Old version patch requested but current published version matches package version. Exiting."
7777
exit 1
7878
fi
79-
echo "TAG=rn-audio-api-$TRUNKATED_VERSION" >> $GITHUB_ENV
80-
else if [[ "${{ inputs.latest-build }}" != "true" ]]; then
79+
echo "TAG=rn-audio-api-${{ env.TRUNKATED_VERSION }}" >> $GITHUB_ENV
80+
elif [[ "${{ inputs.latest-build }}" != "true" ]]; then
8181
echo "TAG=audio-api-nightly" >> $GITHUB_ENV
8282
else
8383
echo "TAG=latest" >> $GITHUB_ENV

0 commit comments

Comments
 (0)