ci: allow dirty
Build and push Docker image / build (push) Successful in 8s Details

This commit is contained in:
Hamcha 2024-04-07 23:27:25 +02:00
parent cda9a7517c
commit ad61d3e637
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ jobs:
run: |
curl -fsSL https://deno.land/x/install/install.sh | sh
- name: Publish to JSR
run: /root/.deno/bin/deno publish --token ${{ secrets.GH_TOKEN }}
run: /root/.deno/bin/deno publish --token ${{ secrets.GH_TOKEN }} --allow-dirty