Skip to content

Commit e16e3db

Browse files
authored
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
2 parents 46bd1e4 + 8c19c32 commit e16e3db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo GHCR_USER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
3737
3838
# Publish a new release from git tag.
39-
- uses: goreleaser/goreleaser-action@v4.1.0
39+
- uses: goreleaser/goreleaser-action@v4.2.0
4040
if: startsWith(github.ref, 'refs/tags/')
4141
with:
4242
version: latest
@@ -47,7 +47,7 @@ jobs:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848

4949
# Publish nightly build.
50-
- uses: goreleaser/goreleaser-action@v4.1.0
50+
- uses: goreleaser/goreleaser-action@v4.2.0
5151
if: ${{ github.repository_owner == 'mxpv' && github.event_name == 'schedule' }}
5252
with:
5353
version: latest

0 commit comments

Comments
 (0)