Skip to content

Commit 5cfabfb

Browse files
committed
fix
1 parent 17b9b41 commit 5cfabfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ permissions:
1414
jobs:
1515
release:
1616
runs-on: ubuntu-latest
17+
outputs:
18+
upload_url: ${{ steps.create_release.outputs.upload_url }}
1719
steps:
1820
- name: Checkout Repository
1921
uses: actions/checkout@v3

0 commit comments

Comments
 (0)