Skip to content

Commit 64daf98

Browse files
authored
Release version 0.3.3 (#102)
1 parent c180845 commit 64daf98

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,8 @@ jobs:
142142
if: runner.os == 'Linux'
143143
env:
144144
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
145-
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
146145
run: |
147-
nix run .#cargo -- publish
146+
nix run .#cargo -- publish --no-verify
148147
149148
upload:
150149
name: Upload assets to release

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish = false # Don't do `cargo publish`.
1717
# Define the root package: https://doc.rust-lang.org/cargo/reference/workspaces.html#root-package
1818
[package]
1919
name = "ghcid-ng"
20-
version = "0.3.2"
20+
version = "0.3.3"
2121
edition = "2021"
2222
authors = [
2323
"Rebecca Turner <rebeccat@mercury.com>"

0 commit comments

Comments
 (0)