Skip to content

Commit

Permalink
Revert "fix: pin craft to 031aad308fd2a4f1b96f82dd8f881456bd8fea44 (#577
Browse files Browse the repository at this point in the history
)" (#579)

Craft 0.25.3 is out with a fix so we no longer need this pinning.

This reverts commit c2aecd0.
  • Loading branch information
BYK authored Oct 1, 2021
1 parent c2aecd0 commit e991410
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e991410

Please sign in to comment.