Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Oct 11, 2023
1 parent bde4df6 commit d1ef644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: goreleaser
tags:
- v[0-9]+.[0-9]+.[0-9]+
permissions:
contents: read
contents: write
packages: write
jobs:
release:
Expand All @@ -28,6 +28,7 @@ jobs:
- name: Generate release info
run: |
go install github.com/sapcc/go-bits/tools/release-info@latest
mkdir -p build
release-info CHANGELOG.md $(git describe --tags --abbrev=0) > build/release-info
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit d1ef644

Please sign in to comment.