Skip to content

Commit

Permalink
fix: use spaces instead of tabs for release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
decaf-dev committed Feb 28, 2024
1 parent 8cea006 commit b631573
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: ${{ github.ref_name }}
tag_name: ${{ github.ref }}
files: |
dist/main.js
dist/manifest.json
dist/styles.css
name: ${{ github.ref_name }}
tag_name: ${{ github.ref }}
files: |
dist/main.js
dist/manifest.json
dist/styles.css

0 comments on commit b631573

Please sign in to comment.