mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-25 01:34:19 +02:00
Compare commits
2 Commits
feature/co
...
fix/releas
| Author | SHA1 | Date | |
|---|---|---|---|
| a5933e226b | |||
| 5a74b2f72b |
@@ -6,8 +6,8 @@ labels:
|
|||||||
steps:
|
steps:
|
||||||
goreleaser:
|
goreleaser:
|
||||||
image: goreleaser/goreleaser
|
image: goreleaser/goreleaser
|
||||||
when:
|
# when:
|
||||||
event: [tag,manual]
|
# event: [tag,manual]
|
||||||
environment:
|
environment:
|
||||||
GITEA_TOKEN:
|
GITEA_TOKEN:
|
||||||
from_secret: DEPLOY_TOKEN
|
from_secret: DEPLOY_TOKEN
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -14,7 +14,7 @@
|
|||||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
module codeberg.org/scip/esctl
|
module codeberg.org/scip/esctl
|
||||||
|
|
||||||
go 1.26.4
|
go 1.26
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/MichaelMure/go-term-markdown v0.1.4
|
github.com/MichaelMure/go-term-markdown v0.1.4
|
||||||
|
|||||||
Reference in New Issue
Block a user