We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a110cd1 + 41acaee commit 99127a7Copy full SHA for 99127a7
.github/workflows/release.yml
@@ -16,6 +16,7 @@ jobs:
16
release:
17
name: Release
18
runs-on: ubuntu-latest
19
+ if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
20
steps:
21
- name: Checkout
22
uses: actions/checkout@v2
.releaserc.json
@@ -8,7 +8,7 @@
8
"@semantic-release-cargo/semantic-release-cargo",
9
{
10
"features": {
11
- "async_stripe": "runtime-tokio-hyper"
+ "async_stripe": ["runtime-tokio-hyper"]
12
}
13
14
],
0 commit comments