Skip to content

Commit 72ae05a

Browse files
committed
WIP: mod: .github/workflows/actions.yml (main)
Signed-off-by: Philippe Coval <[email protected]> Change-Id: I52a75834c06b91e4fe56540bb8c082e715f6b923
1 parent 508e268 commit 72ae05a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ jobs:
1111
- id: log
1212
run: echo "::set-output name=tag::$(git describe --tags --all)"
1313
- id: publish
14-
run: gh release create steps.log.outputs.tag ${{ github.repository }}.zip -R https://github.com/${{ github.repository }}
14+
run: |
15+
gh release create steps.log.outputs.tag ${{ github.repository }}.zip -R https://github.com/${{ github.repository }}

0 commit comments

Comments
 (0)