.github: Fix release workflow

This commit is contained in:
Manuel Rüger 2023-04-03 13:35:05 +02:00
parent 657d4f5c61
commit 768b470322
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master

View File

@ -16,7 +16,7 @@ jobs:
- name: Set Up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with: