Skip to content
arrow-up

GitHub Action

Set crate version

1.0.0 Latest version

Set crate version

arrow-up

Set crate version

Set the version of Rust crate to a new one

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Set crate version

uses: thomaseizinger/[email protected]

Learn more about this action in thomaseizinger/set-crate-version

Choose a version

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