4 Commits

Author SHA1 Message Date
Julian Strobl
8a5e7b5da6
fix: deprecated github actions (#342)
Warning:
```
Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: actions/checkout@v3, actions/setup-go@v4.
```

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2024-03-07 10:02:32 +01:00
Julian Strobl
a1d6923ca3
Support releasing from different branch (#249)
* ci: support releasing from different branch
* fix: git tags are not fetched

This preveted to detect if a `LIB_TAG` is already there.

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-12-22 11:25:32 +01:00
Julian Strobl
6ef5e3c803
[ci] Create lib git tag for go get during release (#182)
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-11-16 11:04:46 +01:00
Julian Strobl
fdfbe9da67
[ci] Add release pipeline
// Closes #56

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-08-16 14:05:09 +02:00