1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Merge pull request #485 from mxpv/dependabot/github_actions/goreleaser/goreleaser-action-4.2.0

Bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0
This commit is contained in:
Maksym Pavlenko
2023-03-08 15:39:53 -08:00
committed by GitHub

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@v4.1.0
- uses: goreleaser/goreleaser-action@v4.2.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@v4.1.0
- uses: goreleaser/goreleaser-action@v4.2.0
if: ${{ github.repository_owner == 'mxpv' && github.event_name == 'schedule' }}
with:
version: latest