Remove SHA support for now

This commit is contained in:
Ashcon Partovi 2023-11-17 15:52:55 -08:00
parent c9c56206c0
commit 8465b4a4a7
4 changed files with 581 additions and 3 deletions

View file

@ -32,7 +32,9 @@ jobs:
- "1"
- "> 1.0.0"
- "< 2"
- "822a00c4d508b54f650933a73ca5f4a3af9a7983" # 1.0.0 commit
# Disable <sha> support for now. This is because Github Artifacts
# expire after 90 days, and we don't have another source of truth yet.
# - "822a00c4d508b54f650933a73ca5f4a3af9a7983" # 1.0.0 commit
steps:
- name: Checkout
uses: actions/checkout@v4