Skip to content

try using cargo-bump action #1

try using cargo-bump action

try using cargo-bump action #1

Workflow file for this run

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