mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-25 11:16:11 +01:00
Merge pull request '[CI] Forgejo Actions based CI for PR & branches (squash) lint workflows' (#1989) from earl-warren/forgejo:wip-ci-lint into forgejo-ci
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/1989 Reviewed-by: Loïc Dachary <dachary@noreply.codeberg.org> Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
commit
d9cde3e346
|
@ -80,7 +80,7 @@ jobs:
|
|||
for suffix in '' '.xz' ; do
|
||||
curl --fail -L -sS $url/root/forgejo/releases/download/v$version/$binary$suffix > $binary$suffix
|
||||
if test "$suffix" = .xz ; then
|
||||
unxz --keep $binary$suffix
|
||||
unxz --keep $binary$suffix
|
||||
fi
|
||||
chmod +x $binary
|
||||
./$binary --version | grep $version
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#
|
||||
name: Pubish release
|
||||
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
tags: 'v*'
|
||||
|
||||
|
|
Loading…
Reference in a new issue