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 37c0e92 commit bde4df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Generate release info
run: |
go install github.com/sapcc/go-bits/tools/release-info@latest
release-info CHANGELOG.md $(shell git describe --tags --abbrev=0) > build/release-info
release-info CHANGELOG.md $(git describe --tags --abbrev=0) > build/release-info
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit bde4df6

Please sign in to comment.