We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75192f7 commit 9b2f5ceCopy full SHA for 9b2f5ce
.github/workflows/build.yml
@@ -54,11 +54,11 @@ jobs:
54
password: ${{ secrets.DOCKER_HUB_PUBLISHER_KEY }}
55
-
56
name: Run GoReleaser
57
- continue-on-error: true
+ continue-on-error: false
58
uses: goreleaser/goreleaser-action@v4
59
with:
60
distribution: goreleaser
61
- version: latest
+ version: v1.26.2
62
args: release --clean
63
env:
64
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHANGELOG.md
@@ -4,7 +4,6 @@
4
5
- Added support for escalations stream
6
- Added environment variable support for API key (`INCIDENT_API_KEY`) and endpoint (`INCIDENT_ENDPOINT`)
7
-- Improved documentation for adding new streams and updating the API client
8
9
## v0.5.0
10
0 commit comments