Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Oct 11, 2023
1 parent 78f378f commit 9a42b84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/container-registry-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
name: Container Registry GHCR
"on":
push:
branches:
- master
tags:
- '*'
permissions:
Expand Down
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## v2.5.0 - TBD

Changes:

## v2.4.0 - 2023-10-11

Changes:
Expand Down

0 comments on commit 9a42b84

Please sign in to comment.