We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13abfb commit 6005360Copy full SHA for 6005360
.github/workflows/release.yml
@@ -1,8 +1,8 @@
1
name: Release
2
on:
3
push:
4
- tags:
5
- - 'v*'
+ tags:
+ - 'v*'
6
env:
7
GO_VERSION: 1.13
8
GOPATH: ${{ github.workspace }}/go
@@ -339,4 +339,4 @@ jobs:
339
_post() {
340
curl -X POST ${{ secrets.SLACK_WEBHOOK_URL }} -H "Content-type: application/json" --data "@${1}"
341
}
342
- _post "long_message.json" || _post "short_message.json"
+ _post "long_message.json" || _post "short_message.json"
0 commit comments