Skip to content

Commit

Permalink
Fix Output in GitHub Actions (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes authored Jul 29, 2020
1 parent 725526d commit f3a459b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
tag:
name: Create Release
runs-on: ubuntu-latest
outputs:
upload_url: ${{ steps.create-release.outputs.upload_url }}
steps:

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

- name: Export Upload URL
run: echo "::set-output name=upload_url::${{ steps.create-release.outputs.upload_url }}"

upload:
name: Upload Release Artefacts
runs-on: ubuntu-latest
Expand Down

0 comments on commit f3a459b

Please sign in to comment.