Skip to content

Commit b4f6aef

Browse files
committed
update release job.
1 parent 9cfc425 commit b4f6aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,4 @@ jobs:
290290
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
291291
run: |
292292
set -euo pipefail
293-
gh release upload "v${{ needs.create-release.outputs.version }}" dist/packages/* --clobber
293+
gh release upload "v${{ needs.create-release.outputs.version }}" dist/packages/* --clobber --repo "${{ github.repository }}"

0 commit comments

Comments
 (0)