Skip to content

Commit c215377

Browse files
committed
Reverted release.yml workflow.
Signed-off-by: enriquezgarc <[email protected]>
1 parent bd7a5a0 commit c215377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build release assets
2828
run: |
2929
cd .github/scripts
30-
python release.py build-release ${{ github.repository }} ${{ github.ref_name }}
30+
python release.py build-release ${{ github.ref_name }}
3131
3232
- name: Upload assets
3333
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)