Skip to content

Commit 6005360

Browse files
committed
fix release workflow
1 parent e13abfb commit 6005360

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Release
22
on:
33
push:
4-
tags:
5-
- 'v*'
4+
tags:
5+
- 'v*'
66
env:
77
GO_VERSION: 1.13
88
GOPATH: ${{ github.workspace }}/go
@@ -339,4 +339,4 @@ jobs:
339339
_post() {
340340
curl -X POST ${{ secrets.SLACK_WEBHOOK_URL }} -H "Content-type: application/json" --data "@${1}"
341341
}
342-
_post "long_message.json" || _post "short_message.json"
342+
_post "long_message.json" || _post "short_message.json"

0 commit comments

Comments
 (0)