Commit 3b68f74
fix: add GITHUB_TOKEN env to release version/tag step
The `set -u` in the release script fails on unbound GITHUB_TOKEN
when the tag already exists and the curl branch is reached.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 24c4c6b commit 3b68f74
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments