Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmsam committed Jul 15, 2020
1 parent e13abfb commit 6005360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
on:
push:
tags:
- 'v*'
tags:
- 'v*'
env:
GO_VERSION: 1.13
GOPATH: ${{ github.workspace }}/go
Expand Down Expand Up @@ -339,4 +339,4 @@ jobs:
_post() {
curl -X POST ${{ secrets.SLACK_WEBHOOK_URL }} -H "Content-type: application/json" --data "@${1}"
}
_post "long_message.json" || _post "short_message.json"
_post "long_message.json" || _post "short_message.json"

0 comments on commit 6005360

Please sign in to comment.