Update '.gitea/workflows/publish.yaml'
Some checks failed
docker (ubuntu-latest, 2.38.4)

This commit is contained in:
Lee 2023-03-27 20:36:38 +01:00
parent 6eb3ead4c9
commit 40c65e4d88

@ -14,6 +14,10 @@ jobs:
runs-on: ${{ matrix.arch }}
container: node:19-alpine
steps:
- name: install git
run: |
apt install git --assume-yes
- name: checkout
uses: https://github.com/actions/checkout@v3