Skip to content

Commit

Permalink
Bump version and semver check
Browse files Browse the repository at this point in the history
  • Loading branch information
ohadravid committed Feb 27, 2024
1 parent 0c11c43 commit d8efeae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ on:

jobs:
create-release:
name: Release crate
name: create-release
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/checkout@v3

- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
- name: Cleanup
run: rm -r -force semver-checks

- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: Publish crate
uses: actions-rs/cargo@v1
- uses: actions-rs/cargo@v1
with:
command: publish
args: --token ${{ secrets.CRATES_IO_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wmi"
version = "0.13.2"
version = "0.13.3"
authors = ["Ohad Ravid <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit d8efeae

Please sign in to comment.