Skip to content

thomaseizinger/set-crate-version

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Set crate version

A GitHub action for setting the version of a Rust crate.

Usage

name: "..."
on: ...

jobs:
  bump-version:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    
    - name: Bump crate version
      uses: thomaseizinger/set-crate-version@master
      with:
        version: 1.0.0