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.
2 parents 71332e7 + 155d477 commit fe0e4d1Copy full SHA for fe0e4d1
templates/react-native/.github/workflows/publish.yml.twig
@@ -23,7 +23,7 @@ jobs:
23
- name: Determine release tag
24
id: release_tag
25
run: |
26
- if [[ "${{ '{{' }} github.ref {{ '}}' }}" == *"-rc"* ]]; then
+ if [[ "${{ '{{' }} github.ref {{ '}}' }}" == *"-rc"* ]] || [[ "${{ '{{' }} github.ref {{ '}}' }}" == *"-RC"* ]]; then
27
echo "tag=next" >> "$GITHUB_OUTPUT"
28
else
29
echo "tag=latest" >> "$GITHUB_OUTPUT"
0 commit comments