Skip to content

Commit

Permalink
fix: re-enable publication test (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara authored Sep 23, 2024
1 parent 0a48f9d commit 7d79240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-crates-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
publication-test:
type: boolean
required: false
default: false
default: true
workflow_dispatch:
inputs:
repo:
Expand All @@ -42,7 +42,7 @@ on:
publication-test:
type: boolean
required: false
default: false
default: true

jobs:
publish:
Expand Down

0 comments on commit 7d79240

Please sign in to comment.