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 725526d commit f3a459bCopy full SHA for f3a459b
1 file changed
.github/workflows/tag.yml
@@ -10,6 +10,8 @@ jobs:
10
tag:
11
name: Create Release
12
runs-on: ubuntu-latest
13
+ outputs:
14
+ upload_url: ${{ steps.create-release.outputs.upload_url }}
15
steps:
16
17
- name: Check out code
@@ -33,9 +35,6 @@ jobs:
33
35
release_name: ${{ github.ref }}
34
36
body_path: ./.release.md
37
- - name: Export Upload URL
- run: echo "::set-output name=upload_url::${{ steps.create-release.outputs.upload_url }}"
38
-
39
upload:
40
name: Upload Release Artefacts
41
0 commit comments