Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
add Twifiner name to publish release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-kokabi authored Feb 24, 2024
1 parent b9f1a8f commit 38102e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
token: ${{ github.token }}
tag_name: Twifiner ${{ steps.version.outputs.current-version }}
tag_name: ${{ steps.version.outputs.current-version }}
name: Twifiner ${{ steps.version.outputs.current-version }}
files: ./build/twifiner-${{ steps.version.outputs.current-version }}.zip

0 comments on commit 38102e1

Please sign in to comment.