diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3344e52..e96eb74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ name: Create Release and Upload Assets on: - push: - tags: - - "v*" + workflow_dispatch: + release: + types: [created] jobs: release: @@ -43,4 +43,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./dist asset_name: RustyHearts-API-v${{ steps.get_version.outputs.version }}.zip - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip