Skip to content

Commit

Permalink
Append target repo to Download release assets task
Browse files Browse the repository at this point in the history
Signed-off-by: Venelin Bakalov <[email protected]>
  • Loading branch information
VenelinBakalov committed Feb 25, 2022
1 parent 494a20a commit bbeda9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
TAG_NAME: ${{ github.event.release.tag_name }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: gh release download $TAG_NAME
run: gh release download $TAG_NAME -R vmware/vrealize-developer-tools

- name: Verify checksum signatures
run: |
Expand Down

0 comments on commit bbeda9a

Please sign in to comment.