Skip to content

Commit

Permalink
Merge pull request #48 from mhutter/feat/autorelease
Browse files Browse the repository at this point in the history
ci: Automatically create new release tags
  • Loading branch information
mhutter authored Jul 7, 2022
2 parents cbf19d8 + 343e4cf commit c807930
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Release

# yamllint disable-line rule:truthy
on:
push:
branches:
- main

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: rust
package-name: release-please-action

0 comments on commit c807930

Please sign in to comment.