Skip to content

Commit

Permalink
try to get log body
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyni committed Feb 14, 2025
1 parent eb1c6ef commit 3dcef1d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ jobs:
with:
myToken: ${{ secrets.ACCESS_TOKEN }}

- name: Echo log
run: echo "${{ steps.changelog.outputs.changelog }}" > out.md

- name: Cat log
run: cat out.md

- name: Upload sample
uses: ncipollo/release-action@v1
with:
name: Sample/Resource packs ${{ github.ref }}
name: Sample/Resource packs ${{ github.ref_name }}
repo_token: ${{ secrets.ACCESS_TOKEN }}
overwrite: true
allowUpdates: true
Expand Down

0 comments on commit 3dcef1d

Please sign in to comment.