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:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user