Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Nov 10, 2021
1 parent 62e7903 commit fd40982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest

outputs:
upload_url: ${{ steps.create_draft_release.outputs.upload_url }}
id: ${{ steps.create_draft_release.outputs.id }}

steps:
- name: Create draft release on tags
Expand Down Expand Up @@ -96,5 +96,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
release_it: ${{ needs.create_draft_release.outputs.id }}
release_id: ${{ needs.create_draft_release.outputs.id }}
assets_path: assets/

0 comments on commit fd40982

Please sign in to comment.