Skip to content

Commit 99127a7

Browse files
committed
Merge pull request #323 from arlyon/chore/automatic-release
Automatic release
2 parents a110cd1 + 41acaee commit 99127a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
release:
1717
name: Release
1818
runs-on: ubuntu-latest
19+
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
1920
steps:
2021
- name: Checkout
2122
uses: actions/checkout@v2

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@semantic-release-cargo/semantic-release-cargo",
99
{
1010
"features": {
11-
"async_stripe": "runtime-tokio-hyper"
11+
"async_stripe": ["runtime-tokio-hyper"]
1212
}
1313
}
1414
],

0 commit comments

Comments
 (0)