Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenchalodiya1 committed Aug 17, 2020
1 parent 6588671 commit 64edd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: true
draft: false
prerelease: false

- name: Attach deedy resume to release
Expand All @@ -40,5 +40,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./deedyFormat/main.pdf
asset_name: "Hiren Chalodiya - Resume.pdf"
asset_name: HirenChalodiya-Resume.pdf
asset_content_type: application/pdf

0 comments on commit 64edd2f

Please sign in to comment.