Commit e66b285
committed
fix(snippets): strip tag prefix for goreleaser
GoReleaser OSS rejects prefixed tags like `snippets/v0.1.0`; the
`monorepo.tag_prefix` knob that would parse them is Pro-only. Compute a
plain-semver SEMVER_TAG before invoking goreleaser-action and keep
TAG_NAME (with prefix) for the `gh release` upload/publish calls — the
GitHub release object itself is still keyed by the prefixed tag.1 parent 1c5f00a commit e66b285
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
131 | 139 | | |
132 | 140 | | |
133 | 141 | | |
| |||
139 | 147 | | |
140 | 148 | | |
141 | 149 | | |
142 | | - | |
| 150 | + | |
143 | 151 | | |
144 | 152 | | |
145 | 153 | | |
| |||
0 commit comments