Skip to content

Commit

Permalink
Adding release command
Browse files Browse the repository at this point in the history
  • Loading branch information
csjones committed Sep 10, 2023
1 parent f84cfee commit 00bdb29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-artifact-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,9 @@ jobs:
- name: Create GitHub Release
run: |
echo $(cd ${{ inputs.binary_name }} && git rev-parse HEAD)
gh release create ${{ env.PLUGIN_VERSION }} \
-R "gigabitcoin/template-plugin" \
--target $(cd ${{ inputs.binary_name }} && git rev-parse HEAD) \
${{ env.ARTIFACT_NAME }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 00bdb29

Please sign in to comment.