Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt committed Dec 19, 2024
1 parent 1640c57 commit 9e347e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actions/stack/release-notes/entrypoint/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
_ "embed"
"encoding/json"
"flag"
"fmt"
"log"
"os"
"path/filepath"
Expand Down Expand Up @@ -245,6 +246,8 @@ func main() {
log.Fatalf("failed to execute release notes template: %s", err.Error())
}

fmt.Println(b.String())

releaseBodyFile, err := os.OpenFile(config.ReleaseBodyFile, os.O_RDWR|os.O_CREATE, 0666)
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 9e347e8

Please sign in to comment.