Skip to content

Commit

Permalink
chore(release): Bump version and create tag on conventional commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Jan 4, 2024
1 parent 0792326 commit 65e3307
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ jobs:
with:
build: true
unit-tests: false

next:
name: Release
needs:
- test
# Only on push to main
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
permissions:
contents: write
uses: jontze/.workflows/.github/workflows/rust_release.yaml@main
secrets: inherit

0 comments on commit 65e3307

Please sign in to comment.