Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lightszentip authored Dec 14, 2022
1 parent 1f949f9 commit 191a498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/giftlist.zip
asset_name: giftlist.zip
prerelease: true
tag: ${{ github.ref }}
overwrite: true
body: |
${{steps.build_changelog.outputs.changelog}} # <--- Use environment variables that was created earlier
body: ${{steps.build_changelog.outputs.changelog}}

- name: Upload logs on build failure 🪵
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 191a498

Please sign in to comment.