Skip to content

Commit

Permalink
tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyni committed Feb 14, 2025
1 parent 4567adb commit eb1c6ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ 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: Upload sample
uses: ncipollo/release-action@v1
Expand All @@ -26,4 +26,4 @@ jobs:
repo_token: ${{ secrets.ACCESS_TOKEN }}
overwrite: true
allowUpdates: true
body: ${{ steps.changelog.outputs.changelog }}
body: ${{ steps.changelog.outputs.changelog }}

0 comments on commit eb1c6ef

Please sign in to comment.