Skip to content

Commit

Permalink
Chore: temporarily remove checksum uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jun 3, 2024
1 parent f4d5157 commit 0d3c33b
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
release:
types: [released]
types: [published]

jobs:
release:
Expand Down Expand Up @@ -52,20 +52,3 @@ jobs:
PROD_DEPLOYMENT_HOOK_TOKEN: ${{ secrets.PROD_DEPLOYMENT_HOOK_TOKEN }}
PROD_DEPLOYMENT_HOOK_URL: ${{ secrets.PROD_DEPLOYMENT_HOOK_URL }}
VERSION_TAG: ${{ github.event.release.tag_name }}

# Update the GitHub release with a checksummed archive
- name: Upload archive
uses: Shopify/[email protected]
with:
path: ${{ env.ARCHIVE_NAME }}.tar.gz
name: ${{ env.ARCHIVE_NAME }}.tar.gz
content-type: application/gzip
repo-token: ${{ github.token }}

- name: Upload checksum
uses: Shopify/[email protected]
with:
path: ${{ env.ARCHIVE_NAME }}-sha256-checksum.txt
name: ${{ env.ARCHIVE_NAME }}-sha256-checksum.txt
content-type: text/plain
repo-token: ${{ github.token }}

0 comments on commit 0d3c33b

Please sign in to comment.