Skip to content

Commit

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

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

- name: Cat log
run: cat out.md
- name: Cat log
run: cat out.md

- name: Upload sample
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit bed374a

Please sign in to comment.