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

Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v3.2.0...v4.1.0)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-03 03:13:27 +00:00
committed by GitHub
parent 899c9d2892
commit f96916490d

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