Commit 5f16136
committed
Skip set-rn-artifacts-version for PRs targeting stable branches
When a PR targets a -stable branch, github.ref_name is the PR branch
(not ending in -stable), so the version script was incorrectly running.
Added a check for github.base_ref to also skip the script when the PR
target branch is a stable branch.1 parent 4fd56d4 commit 5f16136
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments