Skip to content

Commit

Permalink
try using cargo-bump action
Browse files Browse the repository at this point in the history
  • Loading branch information
jasha-hrp committed Sep 22, 2024
1 parent 7080d83 commit f5d0d1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cargo-bump.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
on:
"push": {"branches": ["main"]}
jobs:
build_and_test:
steps:
- uses: actions/checkout@v4
- name: Bump version
uses: tj-actions/[email protected]
runs-on: ubuntu-latest

0 comments on commit f5d0d1a

Please sign in to comment.