Skip to content

Commit

Permalink
update indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyni committed Feb 14, 2025
1 parent b060e2f commit 9349345
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ jobs:
name: Release pushed tag
runs-on: ubuntu-latest
steps:
- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@v4.3.1
with:
myToken: ${{ secrets.ACCESS_TOKEN }}
- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@v4.3.1
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
with:
name: Sample/Resource packs ${{ github.ref_name }}
repo_token: ${{ secrets.ACCESS_TOKEN }}
overwrite: true
allowUpdates: true
body: ${{ steps.changelog.outputs.changelog }}
- name: Upload sample
uses: ncipollo/release-action@v1
with:
name: Sample/Resource packs ${{ github.ref_name }}
repo_token: ${{ secrets.ACCESS_TOKEN }}
overwrite: true
allowUpdates: true
body: ${{ steps.changelog.outputs.changelog }}

0 comments on commit 9349345

Please sign in to comment.