Why Nostr? What is Njump?
2024-07-03 00:49:18

npub1ps…petzx on Nostr: commit ff616fc122f1b9c75453c9b0b5e57d0a5a59054e Author: randymcmillan ...

commit ff616fc122f1b9c75453c9b0b5e57d0a5a59054e
Author: randymcmillan <[email protected]>
Date: Thu May 16 08:15:31 2024 -0400

.github/workflows/release.yml:add make go to sequence

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a80b53d45..5ecb2ea8e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -41,7 +41,10 @@ on:
push:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'
+ - '**test**'
+ - '**-rc**'
pull_request:
+ workflow_dispatch:

jobs:
# Run 'cargo dist plan' (or host) to determine what tasks we need to do
@@ -139,6 +142,8 @@ jobs:
# Actually do builds and make zips and whatnot
cargo dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json
echo "cargo dist ran successfully"
+ make go && ls
+ echo "make go ran successfully"
- id: cargo-dist
name: Post-build
# We force bash here just because github makes it really hard to get values up
Author Public Key
npub1ps0h37r3tuqtvu6ngkhh3r6eqexcx6zllnhdsq4am748wxysvhfqzpetzx