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 3eaa18f commit 468c9bdCopy full SHA for 468c9bd
.github/workflows/Release.yml
@@ -10,6 +10,8 @@ jobs:
10
release:
11
name: Create Release
12
runs-on: ubuntu-latest
13
+ outputs:
14
+ upload_url: ${{ steps.create_release.outputs.upload_url }}
15
steps:
16
- name: Create Release
17
id: create_release
0 commit comments