Skip to content

Commit

Permalink
Release version 0.3.3 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years authored Sep 25, 2023
1 parent c180845 commit 64daf98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,8 @@ jobs:
if: runner.os == 'Linux'
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
run: |
nix run .#cargo -- publish
nix run .#cargo -- publish --no-verify
upload:
name: Upload assets to release
Expand Down
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish = false # Don't do `cargo publish`.
# Define the root package: https://doc.rust-lang.org/cargo/reference/workspaces.html#root-package
[package]
name = "ghcid-ng"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = [
"Rebecca Turner <[email protected]>"
Expand Down

0 comments on commit 64daf98

Please sign in to comment.