Skip to content

Commit

Permalink
bug: workflow (#876)
Browse files Browse the repository at this point in the history
* debug
* version bump
* lockfile
  • Loading branch information
0xJepsen authored Feb 12, 2024
1 parent 9ff5cae commit ad4cc83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git add Cargo.lock
git commit -m "Update Cargo.lock" || (git add Cargo.lock && git commit -m "Update Cargo.lock") || echo "No changes to commit"
- name: Run release-plz
uses: MarcoIeni/[email protected].33
uses: MarcoIeni/[email protected].41
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion arbiter-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arbiter-core"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
authors = [
"Waylon Jepsen <[email protected]>",
Expand Down

0 comments on commit ad4cc83

Please sign in to comment.