mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
[CI] Forgejo Actions based release process (squash) lint fix
(cherry picked from commit34513098e5
) (cherry picked from commita87a48acfb
) (cherry picked from commit21db8f4950
) (cherry picked from commiteb0a7e5093
)
This commit is contained in:
parent
cd8648178d
commit
328fbcb706
|
@ -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