ci: run Gitea publish workflow with bash
Some checks failed
CI — Common Platform / Build, Test & Typecheck (push) Successful in 3m45s
Publish @bytelyst/* packages / publish (push) Failing after 4m6s

This commit is contained in:
root 2026-05-25 06:09:29 +00:00
parent 079e46b74d
commit b46d4ba0b6

View File

@ -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]