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 5128466 commit 155d477Copy full SHA for 155d477
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