Skip to content

Commit

Permalink
Fix: Always attempt to upload release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 22, 2020
1 parent 7d85ac0 commit 84ae6ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
tag_name: "${{ steps.determine-tag.outputs.tag }}"

- name: "Upload composer-normalize.phar"
if: "always()"
uses: "actions/upload-release-asset@v1.0.1"
env:
GITHUB_TOKEN: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
Expand All @@ -113,6 +114,7 @@ jobs:
upload_url: "${{ steps.create-release.outputs.upload_url }}"

- name: "Upload composer-normalize.phar.asc"
if: "always()"
uses: "actions/upload-release-asset@v1.0.1"
env:
GITHUB_TOKEN: "${{ secrets.ERGEBNIS_BOT_TOKEN }}"
Expand Down

0 comments on commit 84ae6ca

Please sign in to comment.