Skip to content

Commit

Permalink
Fix releases workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Apr 16, 2024
1 parent a0c63d4 commit 5802e97
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ env:
RELEASES_CLOUDFRONT_ID: ${{ vars.RELEASES_CLOUDFRONT_ID }}

jobs:
checks:
uses: ./.github/workflows/checks.yml

publish:
uses: ./.github/workflows/publish.yml
needs:
- checks
secrets: inherit

homebrew:
uses: ./.github/workflows/homebrew.yml
needs:
- publish
secrets: inherit
# checks:
# uses: ./.github/workflows/checks.yml
#
# publish:
# uses: ./.github/workflows/publish.yml
# needs:
# - checks
# secrets: inherit
#
# homebrew:
# uses: ./.github/workflows/homebrew.yml
# needs:
# - publish
# secrets: inherit

release-artifacts:
#if: ${{ false }}
Expand Down Expand Up @@ -98,4 +98,4 @@ jobs:
run: |
index-html s3 \
--bucket $BUCKET \
--page-title Releases && \
--page-title Releases

0 comments on commit 5802e97

Please sign in to comment.