Skip to content

Commit

Permalink
Disable draft release flag in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marsfan authored Feb 20, 2020
1 parent fd84ef7 commit 80f9d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
tag_name: ${{steps.getdate.outputs.dtVal}}
release_name: Resume ${{steps.getdate.outputs.dtVal}}
draft: true
draft: false
prerelease: false

- name: Add resume PDF
Expand Down

0 comments on commit 80f9d5d

Please sign in to comment.