Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
cc8c306f3c
|
|||
|
1c92f63ab1
|
|||
|
c2a6a8fbe2
|
|||
|
026dc9d765
|
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
tags-ignore:
|
||||
- v0
|
||||
- v1
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
10
History.md
10
History.md
@@ -1,3 +1,11 @@
|
||||
# 0.1.6 / 2023-10-05
|
||||
|
||||
* ignore specific tags
|
||||
|
||||
# 0.1.5 / 2023-10-05
|
||||
|
||||
* fix vault path
|
||||
|
||||
# 0.1.4 / 2023-10-05
|
||||
|
||||
* fix order of actions
|
||||
@@ -22,4 +30,4 @@
|
||||
|
||||
# 0.0.1 / 2023-10-05
|
||||
|
||||
* Initial version
|
||||
* Initial version
|
||||
|
||||
@@ -59,7 +59,7 @@ func main() {
|
||||
out.Close()
|
||||
resp.Body.Close()
|
||||
|
||||
cmd := exec.Command("vault")
|
||||
cmd := exec.Command("./vault")
|
||||
if err := cmd.Run(); err != nil {
|
||||
log.Panicf("error executing: %s", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user