Skip to content

Commit

Permalink
fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
harlanc committed Mar 2, 2024
1 parent 8f97031 commit 9e82449
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ jobs:
run: podman manifest push xiu docker.io/harlancn/xiu:latest

- name: podman manifest push tag version
run: podman manifest push xiu docker.io/harlancn/xiu:${{ needs.publish.outputs.version }}
run: podman manifest push xiu docker.io/harlancn/xiu:${{ needs.release.outputs.version }}
if: startsWith(github.ref_name, 'v')

#- name: podman build linux/arm64 (alpine edition)
Expand Down
2 changes: 1 addition & 1 deletion application/xiu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - ReleaseDate

## [0.12.3]
## [0.12.4]
- Fix the failure in generating Docker images.

## [0.12.0]
Expand Down
2 changes: 1 addition & 1 deletion confs/online/xiu.Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xiu"
description = "A powerful live server by Rust ."
version = "0.12.3"
version = "0.12.4"
authors = ["HarlanC <[email protected]"]
repository = "https://github.com/harlanc/xiu"
license = "MIT"
Expand Down

0 comments on commit 9e82449

Please sign in to comment.