Skip to content

Commit f3a459b

Browse files
authored
Fix Output in GitHub Actions (#33)
1 parent 725526d commit f3a459b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/tag.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
tag:
1111
name: Create Release
1212
runs-on: ubuntu-latest
13+
outputs:
14+
upload_url: ${{ steps.create-release.outputs.upload_url }}
1315
steps:
1416

1517
- name: Check out code
@@ -33,9 +35,6 @@ jobs:
3335
release_name: ${{ github.ref }}
3436
body_path: ./.release.md
3537

36-
- name: Export Upload URL
37-
run: echo "::set-output name=upload_url::${{ steps.create-release.outputs.upload_url }}"
38-
3938
upload:
4039
name: Upload Release Artefacts
4140
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)