Skip to content

Commit

Permalink
Attempt to fix workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
davystrong committed Sep 5, 2021
1 parent b2906c8 commit 10c35cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build
working-directory: ./filo-clipboard
run: cargo build --all --release
run: cargo build --release

- name: Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "filo-clipboard"
version = "0.1.0"
version = "0.1.1"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 10c35cc

Please sign in to comment.