Commit b103d2f
authored
fix(publish-npm): add RELEASE_TAG support for version determination (#50)
* fix(publish-npm): add RELEASE_TAG support for version determination
- Introduced `RELEASE_TAG` environment variable to allow direct version extraction, enhancing flexibility in version handling.
- Updated `getVersionFromTag` function to prioritize `RELEASE_TAG` over `GITHUB_REF`, improving error messaging for missing tags.
Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
* fix(workflow): update branch naming to use APP_VERSION_NO_V
- Changed branch name from `pull-watch-${TARGET_TAG}` to `pull-watch-${APP_VERSION_NO_V}` in the release workflow to ensure consistency with versioning.
- Updated manifest path to reflect the new versioning scheme.
Signed-off-by: Alessandro De Blasis <alex@deblasis.net>
---------
Signed-off-by: Alessandro De Blasis <alex@deblasis.net>1 parent d546dec commit b103d2f
2 files changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
30 | 40 | | |
31 | 41 | | |
32 | | - | |
| 42 | + | |
33 | 43 | | |
34 | 44 | | |
35 | 45 | | |
| |||
0 commit comments