Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
0.2.151
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed May 23, 2024
1 parent a112fc1 commit 16cae18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ jobs:
ANNOUNCEMENT_TITLE: "${{ fromJson(needs.host.outputs.val).announcement_title }}"
ANNOUNCEMENT_BODY: "${{ fromJson(needs.host.outputs.val).announcement_github_body }}"
REPO: "null/null"
EXTERNAL_REPO_COMMIT: "${{ fromJson(needs.host.outputs.val).ci.github.external_repo_commit }}"
run: |
args=""
# Write and read notes from a file to avoid quoting breaking things
Expand All @@ -404,6 +405,9 @@ jobs:
args="$args $PRERELEASE_FLAG"
gh release create "${{ needs.plan.outputs.tag }}" $args
args=""
gh releases upload "${{ needs.plan.outputs.tag }}" artifacts/* $args

custom-post-announce-greeter:
needs:
- plan
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
@@ -1,7 +1,7 @@
[package]
name = "axolotlsay"
description = "💬 a CLI for learning to distribute CLIs in rust"
version = "0.2.150"
version = "0.2.151"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/mistydemeo/cargodisttest.git"
Expand Down

0 comments on commit 16cae18

Please sign in to comment.