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 19b8cce commit 49bf182Copy full SHA for 49bf182
.github/workflows/ci-goreleaser.yml
@@ -20,6 +20,6 @@ jobs:
20
- uses: actions/setup-go@v3
21
with:
22
go-version: ${{ steps.go-version.outputs.version }}
23
- - uses: goreleaser/goreleaser-action@v2
+ - uses: goreleaser/goreleaser-action@v3
24
25
args: check
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Generate Release Notes
29
# Fetch CHANGELOG.md contents up to Git tag prior to this release, skipping top two lines
30
run: sed -n -e "1{/# /d;}" -e "2{/^$/d;}" -e "/# $(git describe --abbrev=0 --exclude="$(git describe --abbrev=0 --match='v*.*.*' --tags)" --match='v*.*.*' --tags | tr -d v)/q;p" CHANGELOG.md > /tmp/release-notes.txt
31
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
0 commit comments