Commit 1ec3bf7
authored
fix: Update dist-pr.yml (#194)
Attempt to correct a previous miscalculation regarding the logic here. You must be on a branch for the CPR steps to work. This change does the following:
- Adds fetch-depth so that the entire history gets fetched.
- Get the SHA hash from the previous commit.
- Create the PR from the dist branch. Now, the action compares the current dist branch (which has the new commit from release.yml) with main and creates a pull request.1 parent 1ebf64c commit 1ec3bf7
1 file changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
| |||
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
| 50 | + | |
0 commit comments