mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-01 15:01:03 +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) (cherry picked from commit328fbcb706) (cherry picked from commit22e63701a8)
This commit is contained in:
parent
314ae5e183
commit
209bbbf1fd
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue