Skip to content

Commit 9b2f5ce

Browse files
committed
Update goreleaser
1 parent 75192f7 commit 9b2f5ce

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
password: ${{ secrets.DOCKER_HUB_PUBLISHER_KEY }}
5555
-
5656
name: Run GoReleaser
57-
continue-on-error: true
57+
continue-on-error: false
5858
uses: goreleaser/goreleaser-action@v4
5959
with:
6060
distribution: goreleaser
61-
version: latest
61+
version: v1.26.2
6262
args: release --clean
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
- Added support for escalations stream
66
- 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
87

98
## v0.5.0
109

0 commit comments

Comments
 (0)