Skip to content

Commit 41a8d34

Browse files
committed
fix: Pin craft version to 2.12.1
The lastest 2.13.0 seems broken
1 parent 00c44e6 commit 41a8d34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
'[{($source[]): true }] | add | {"published": (. // {}) }'
8585
> __repo__/${{ fromJSON(steps.inputs.outputs.result).path }}/.craft-publish-${{ fromJSON(steps.inputs.outputs.result).version }}.json
8686
87-
- uses: docker://getsentry/craft:latest
87+
- uses: docker://getsentry/craft:2.12.1
8888
name: Publish using Craft
8989
with:
9090
entrypoint: /bin/bash

0 commit comments

Comments
 (0)