ci: run Gitea publish workflow with bash
This commit is contained in:
parent
079e46b74d
commit
b46d4ba0b6
@ -10,6 +10,10 @@ concurrency:
|
||||
group: publish-${{ github.ref }}
|
||||
cancel-in-progress: false
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: [ubuntu-latest, bytelyst, hostinger]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user