Commit 2d123a3
authored
fix: Update release.yml (#261)
Adds a conditional to verify that actual changes are made; if no changes are found, the commit and push steps are skipped. This change is intended to prevent failures of the release workflow after the actual changes have already been pushed (the only remaining changes are package-lock.json and a gh hash of some sort).1 parent 821f748 commit 2d123a3
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
0 commit comments