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 ff0d96e commit 284d0a2Copy full SHA for 284d0a2
.github/workflows/npm-audio-package-build.yml
@@ -76,8 +76,8 @@ jobs:
76
echo "Old version patch requested but current published version matches package version. Exiting."
77
exit 1
78
fi
79
- echo "TAG=rn-audio-api-$TRUNKATED_VERSION" >> $GITHUB_ENV
80
- else if [[ "${{ inputs.latest-build }}" != "true" ]]; then
+ echo "TAG=rn-audio-api-${{ env.TRUNKATED_VERSION }}" >> $GITHUB_ENV
+ elif [[ "${{ inputs.latest-build }}" != "true" ]]; then
81
echo "TAG=audio-api-nightly" >> $GITHUB_ENV
82
else
83
echo "TAG=latest" >> $GITHUB_ENV
0 commit comments