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: I93012d04c5e54afe9bf2ba63592cd28a72b2e4bd
  • Loading branch information
rzr committed Jun 17, 2024
1 parent 567289c commit 9a1bb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- id: log
run: echo "{tag}=$(git describe --tags --all)" >> $GITHUB_OUTPUT
- id: publish
run: echo gh release create steps.log.outputs.tag ${{ github.repository }}.zip -R https://github.com/${{ github.repository }}
run: echo gh release create ${{ steps.log.outputs.tag }} ${{ github.repository }}.zip -R https://github.com/${{ github.repository }}

0 comments on commit 9a1bb3b

Please sign in to comment.