diff options
author | Casey Lee <caseypl@amazon.com> | 2022-06-21 01:53:20 +0200 |
---|---|---|
committer | Casey Lee <caseypl@amazon.com> | 2022-06-21 01:53:20 +0200 |
commit | 225405c565cb92f28b5b524aa44aaace919aef22 (patch) | |
tree | 71b126ca2daa60059b1a62d3fa2e2cc8114819bf | |
parent | update to use PAT (diff) | |
download | forgejo-act-0.2.27.tar.xz forgejo-act-0.2.27.zip |
ignore release-notes.md to avoid dirty check in goreleaserv0.2.27
-rw-r--r-- | .github/workflows/release.yml | 4 | ||||
-rw-r--r-- | .gitignore | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a78f075..72c292f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,12 +32,12 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - outputFile: release-notes.md + outputFile: .release-notes.md - name: GoReleaser uses: goreleaser/goreleaser-action@v3 with: version: latest - args: release --rm-dist --release-notes=release-notes.md + args: release --rm-dist --release-notes=.release-notes.md env: GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }} - name: Chocolatey @@ -31,3 +31,6 @@ coverage.txt # megalinter report/ + +# generated release notes +.release-notes.md |