Merge pull request #468 from mxpv/dependabot/github_actions/goreleaser/goreleaser-action-4.1.0

Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0
This commit is contained in:
Maksym Pavlenko
2023-01-03 12:50:09 -08:00
committed by GitHub
+2 -2
View File
@@ -36,7 +36,7 @@ jobs:
echo GHCR_USER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
# Publish a new release from git tag.
- uses: goreleaser/goreleaser-action@v3.2.0
- uses: goreleaser/goreleaser-action@v4.1.0
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
@@ -47,7 +47,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Publish nightly build.
- uses: goreleaser/goreleaser-action@v3.2.0
- uses: goreleaser/goreleaser-action@v4.1.0
if: ${{ github.repository_owner == 'mxpv' && github.event_name == 'schedule' }}
with:
version: latest