Skip to content

Commit

Permalink
fix goreleaser job (#7880)
Browse files Browse the repository at this point in the history
* fix goreleaser job

* Update goreleaser.yaml

* update CHANGELOG.md
  • Loading branch information
yonipeleg33 authored Jun 18, 2024
1 parent 0fb17c8 commit 30118f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
version: v1.26.2
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# v1.26.0
# v1.26.1

:new: What's new:
- Introduce support of GCS encryption for both CMEK and CSEK (#7809)
Expand Down

0 comments on commit 30118f9

Please sign in to comment.