Skip to content

Commit

Permalink
WIP: mod: .github/workflows/test-action.yml (main)
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Coval <[email protected]>
Change-Id: Ifb78e9d27520cce38709cfa702ebea2c5b73575d
  • Loading branch information
rzr committed Jun 17, 2024
1 parent 1ea5b67 commit f5542ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ jobs:
- id: publish
env:
GH_TOKEN: ${{ github.token }}
run: gh release create ${{ steps.log.outputs.tag }} -R https://github.com/${{ github.repository }}
run:
git log > ${{ github.event.repository.name }}.txt
gh release create ${{ steps.log.outputs.tag }} ${{ github.event.repository.name }}.txt -R https://github.com/${{ github.repository }}

0 comments on commit f5542ba

Please sign in to comment.