-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,15 +17,6 @@ jobs: | |
echo "::set-output name=numeric_date::$(date +'%d-%m-%Y')" | ||
echo "::set-output name=name::$(date +'%B %d, %Y')" | ||
echo "::set-output name=releases::$(echo *.pdf)" | ||
- name: Delete old release assets | ||
if: steps.compile.conclusion == 'success' # only if we built something | ||
continue-on-error: true # dont let failures stop you | ||
uses: dev-drprasad/[email protected] | ||
with: | ||
delete_release: true # default: false | ||
tag_name: ${{steps.compile.outputs.numeric_date}} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Upload CV Release | ||
uses: meeDamian/[email protected] | ||
if: steps.compile.conclusion == 'success' # only if we built something | ||
|
@@ -38,4 +29,4 @@ jobs: | |
tag: ${{steps.compile.outputs.numeric_date}} | ||
name: ${{steps.compile.outputs.full_date}} | ||
files: > | ||
${{steps.compile.outputs.releases}} | ||
${{steps.compile.outputs.releases}} |