Skip to content

Commit bbeda9a

Browse files
Append target repo to Download release assets task
Signed-off-by: Venelin Bakalov <bakalovv@vmware.com>
1 parent 494a20a commit bbeda9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
TAG_NAME: ${{ github.event.release.tag_name }}
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
28-
run: gh release download $TAG_NAME
28+
run: gh release download $TAG_NAME -R vmware/vrealize-developer-tools
2929

3030
- name: Verify checksum signatures
3131
run: |

0 commit comments

Comments
 (0)