Skip to content

Commit

Permalink
Temporarily disable until new account configured properly
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Sep 7, 2024
1 parent f62553e commit f3e4e4d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ jobs:
counter: ${{ steps.counter.outputs.value }}
message: ${{ steps.message.outputs.value }}

post:
needs: crates-io
if: join(fromJSON(needs.crates-io.outputs.published).*.name, '-') && (github.event.inputs.dry-run == 'true' || (github.head_ref && 'true') || 'false') == 'false'
uses: ./.github/workflows/post.yml
secrets: inherit
with:
message: ${{ needs.crates-io.outputs.message }}
# Temporarily disabled until new account configured properly
# post:
# needs: crates-io
# if: join(fromJSON(needs.crates-io.outputs.published).*.name, '-') && (github.event.inputs.dry-run == 'true' || (github.head_ref && 'true') || 'false') == 'false'
# uses: ./.github/workflows/post.yml
# secrets: inherit
# with:
# message: ${{ needs.crates-io.outputs.message }}

0 comments on commit f3e4e4d

Please sign in to comment.