Prepare WowPresence v1.0 release

This commit is contained in:
2026-09-01 16:03:45 +02:00
parent c0d297c3b9
commit 5a8fd856b9
+16
View File
@@ -72,6 +72,22 @@ jobs:
dist/WowPresence.zip
if-no-files-found: error
- name: Create GitHub Release v1.0
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.event.head_commit.message == 'release v1.0' }}
uses: softprops/action-gh-release@v3
with:
tag_name: v1.0
target_commitish: ${{ github.sha }}
files: |
dist/WowPresence.dll
dist/WowPresence.exe
dist/WowPresence.zip
fail_on_unmatched_files: true
name: "WowPresence v1.0"
body_path: RELEASE_NOTES.md
generate_release_notes: true
make_latest: true
- name: Create GitHub Release
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: softprops/action-gh-release@v3