We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b9b41 commit 5cfabfbCopy full SHA for 5cfabfb
.github/workflows/release.yml
@@ -14,6 +14,8 @@ permissions:
14
jobs:
15
release:
16
runs-on: ubuntu-latest
17
+ outputs:
18
+ upload_url: ${{ steps.create_release.outputs.upload_url }}
19
steps:
20
- name: Checkout Repository
21
uses: actions/checkout@v3
0 commit comments