Skip to content

Commit 33f3af0

Browse files
committed
ci(Drone): 删除配置文件中不再使用的表达式前缀
1 parent 8953f6e commit 33f3af0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ steps:
4545
release:
4646
tag: $${DRONE_TAG}
4747
token: $${TOKEN}
48-
body: expr:file("$${CHANGELOG_TAG_OUTPUT}")
48+
body: file("$${CHANGELOG_TAG_OUTPUT}")
4949

5050

5151
volumes:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/goexl/gox
22

3-
go 1.18
3+
go 1.19
44

55
// v1 项目从原来的storezhang/gox迁移过来,原来的版本号不再使用,直到最新发布到该版本
66
retract [v1.0.0, v1.8.4]

0 commit comments

Comments
 (0)