Skip to content

Commit

Permalink
Add test link
Browse files Browse the repository at this point in the history
  • Loading branch information
fabergat committed Jan 23, 2025
1 parent 940bcdc commit 1895953
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea #v7.0.1
with:
script: |
await octokit.rest.repos.updateRelease({
owner: context.repo.owner,
repo: context.repo.repo,
release_id: context.payload.release.id,
body: `${context.payload.release.body}\n\n**Release Docker Image:** [https://https://hub.docker.com/layers/blockstack/sbtc/signer-0.0.9-rc5p/images/sha256:17aeb2c93aa62c640005cfd2575b81f93e6caa409762327a4a9e99adccbe5527](https://https://hub.docker.com/layers/blockstack/sbtc/signer-0.0.9-rc5p/images/sha256:17aeb2c93aa62c640005cfd2575b81f93e6caa409762327a4a9e99adccbe5527)`
});
await github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 1895953

Please sign in to comment.