Skip to content

Commit

Permalink
fix: indent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darrytai committed May 22, 2024
1 parent d449740 commit d245ba8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ jobs:
git push origin "v$version"
- name: Create GitHub Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
tag_name: v${{ env.version }}
release_name: TMIcon <v${{ env.version }}>
body: ${{ env.description }}
draft: false
prerelease: false
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
tag_name: v${{ env.version }}
release_name: TMIcon <v${{ env.version }}>
body: ${{ env.description }}
draft: false
prerelease: false

0 comments on commit d245ba8

Please sign in to comment.