Skip to content

Commit

Permalink
fix(ci): Ensure the Release Crate job fetches the most recent commit …
Browse files Browse the repository at this point in the history
…before publishing the crate [skip ci]
  • Loading branch information
Dark-Alex-17 committed Nov 26, 2024
1 parent c935431 commit 6006c9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,14 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Ensure repository is up-to-date
run: |
git fetch --all
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable

- uses: katyo/publish-crates@v2
with:
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "managarr"
version = "0.3.4"
version = "0.3.5"
authors = ["Alex Clarke <[email protected]>"]
description = "A TUI and CLI to manage your Servarrs"
keywords = ["managarr", "ratatui", "dashboard", "servarr", "tui"]
Expand Down

0 comments on commit 6006c9d

Please sign in to comment.