Commit e52a870
Max Jonas Werner
build: fix release workflow
The workflow has been updated in #197 but is failing now with:
```
[warning]Unexpected input(s) 'go-version', valid inputs are ['path', 'key', 'restore-keys', 'upload-chunk-size', 'enableCrossOsArchive', 'fail-on-cache-miss', 'lookup-only']
[group]Run actions/cache@88522ab
with:
go-version: 1.18
enableCrossOsArchive: false
fail-on-cache-miss: false
lookup-only: false
[endgroup]
[error]Input required and not supplied: key
```
Signed-off-by: Max Jonas Werner <[email protected]>1 parent 620d438 commit e52a870
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| |||
0 commit comments