Skip to content

Commit 158184c

Browse files
committed
WIP: mod: .github/workflows/actions.yml (main)
Signed-off-by: Philippe Coval <[email protected]> Change-Id: I4af05f75215d0f762bf111a8e6b925dbf983eb45
1 parent e0f0d9b commit 158184c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

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

0 commit comments

Comments
 (0)