Commit 344021d
fix: use simple v-prefixed tags and fix gem publish path (#441)
Release Please was creating tags like `workos/v6.1.0` instead of
`v6.1.0` because `include-component-in-tag` defaults to true. This
caused the publish workflow to look for `pkg/workos-workos/v6.1.0.gem`
instead of `pkg/workos-6.1.0.gem`.
- Set `include-component-in-tag: false` in release-please-config.json
- Update VERSION extraction in release.yml to handle both tag formats
Co-authored-by: Garen J. Torikian <gjtorikian@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent b835802 commit 344021d
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
0 commit comments