We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46bd1e4 + 8c19c32 commit e16e3dbCopy full SHA for e16e3db
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
echo GHCR_USER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
37
38
# Publish a new release from git tag.
39
- - uses: goreleaser/goreleaser-action@v4.1.0
+ - uses: goreleaser/goreleaser-action@v4.2.0
40
if: startsWith(github.ref, 'refs/tags/')
41
with:
42
version: latest
@@ -47,7 +47,7 @@ jobs:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
49
# Publish nightly build.
50
51
if: ${{ github.repository_owner == 'mxpv' && github.event_name == 'schedule' }}
52
53
0 commit comments