Skip to content

Commit 703f501

Browse files
authored
Merge branch 'main' into chore/more-linters
2 parents 55f6adf + 334b72a commit 703f501

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
runs-on: ubuntu-22.04
5454
permissions:
5555
contents: write
56+
issues: write
5657
if: ${{ github.event.repository.fork == false }}
5758
steps:
5859
- name: Checkout Repository
@@ -107,7 +108,7 @@ jobs:
107108
- name: Run GoReleaser
108109
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
109110
with:
110-
version: v2.3.1 # renovate: datasource=github-tags depName=goreleaser/goreleaser
111+
version: v2.3.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser
111112
args: release --clean
112113
env:
113114
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)