Skip to content

Commit

Permalink
test release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neCo2 committed May 22, 2024
1 parent 092a49b commit f69c368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_mikupad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ steps.Tag_Name.outputs.number }}
tag_name: release${{ steps.Tag_Name.outputs.number }}
name: Miku${{ steps.Tag_Name.outputs.buildName }}
body_path: CHANGELOG.txt
files: mikupad_compiled.html
Expand Down

0 comments on commit f69c368

Please sign in to comment.