Commit ddf37ff
committed
Use versioned tags for nightly releases
This commit updates the `nightly-release.yml` workflow to create version-specific Git tags for each nightly build.
Previously, each nightly release overwrote the single `nightly` tag. Now, a unique tag in the format `nightly-${{ env.version }}` is created and pushed for each release. The GitHub Release action has been updated to use this new versioned tag name, ensuring that each nightly release is associated with a distinct and persistent Git tag.1 parent 48165c5 commit ddf37ff
1 file changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
89 | 95 | | |
90 | 96 | | |
91 | 97 | | |
| |||
95 | 101 | | |
96 | 102 | | |
97 | 103 | | |
98 | | - | |
| 104 | + | |
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
102 | | - | |
103 | | - | |
| 108 | + | |
104 | 109 | | |
105 | 110 | | |
106 | 111 | | |
107 | | - | |
108 | | - | |
| 112 | + | |
0 commit comments