From e9914104eac49ac9de9a44acd0bf2088426739c3 Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Fri, 1 Oct 2021 14:09:08 +0300 Subject: [PATCH] Revert "fix: pin craft to 031aad308fd2a4f1b96f82dd8f881456bd8fea44 (#577)" (#579) Craft 0.25.3 is out with a fix so we no longer need this pinning. This reverts commit c2aecd0d1e3c0345ef79444ee908c02d84485eb1. --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9b8fc61..bef2b61 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,10 +46,7 @@ jobs: '[{($source[]): true }] | add | {"published": (. // {}) }' > __repo__/.craft-publish-${{ fromJSON(steps.inputs.outputs.result).version }}.json - # due to a regression in craft c978bf605d7b4a3a6c297659e4a55f91b7a869f4 we need to pick - # a version lower than that. Future craft releases currently create corrupted github - # artifacts. - - uses: docker://getsentry/craft:031aad308fd2a4f1b96f82dd8f881456bd8fea44 + - uses: docker://getsentry/craft:latest name: Publish using Craft with: entrypoint: /bin/bash