From 4b668f8e385f29c3dea681914072b6a4309cbd57 Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Fri, 20 Mar 2026 12:17:43 +0200 Subject: [PATCH] Comment out NexusMods changelog step temporarily Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/release-nexusmods.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release-nexusmods.yml b/.github/workflows/release-nexusmods.yml index a241d73..b268e4a 100644 --- a/.github/workflows/release-nexusmods.yml +++ b/.github/workflows/release-nexusmods.yml @@ -114,12 +114,12 @@ jobs: description: ${{ steps.set_description.outputs.mod_description }} file_category: main - - name: Update NexusMods Changelog - run: >- - unex changelog "${{ steps.set_version.outputs.mod_version }}" - -c "${{ steps.set_description.outputs.mod_changelog }}" - -m "${{ inputs.nexusmods_mod_id }}"; - shell: pwsh - env: - UNEX_GAME: ${{ inputs.nexusmods_game_id }} - UNEX_APIKEY: ${{ secrets.NEXUSMODS_APIKEY }} + #- name: Update NexusMods Changelog + # run: >- + # unex changelog "${{ steps.set_version.outputs.mod_version }}" + # -c "${{ steps.set_description.outputs.mod_changelog }}" + # -m "${{ inputs.nexusmods_mod_id }}"; + # shell: pwsh + # env: + # UNEX_GAME: ${{ inputs.nexusmods_game_id }} + # UNEX_APIKEY: ${{ secrets.NEXUSMODS_APIKEY }}