Skip to content

Commit

Permalink
Merge pull request arlyon#323 from arlyon/chore/automatic-release
Browse files Browse the repository at this point in the history
Automatic release
  • Loading branch information
arlyon authored Jan 17, 2023
2 parents 2d8a7d1 + 6b5ad1e commit fb4fafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@semantic-release-cargo/semantic-release-cargo",
{
"features": {
"async_stripe": "runtime-tokio-hyper"
"async_stripe": ["runtime-tokio-hyper"]
}
}
],
Expand Down

0 comments on commit fb4fafc

Please sign in to comment.