diff --git a/.github/workflows/nym-wallet-publish-macos.yml b/.github/workflows/nym-wallet-publish-macos.yml index a29f42224b6..d7a3a880029 100644 --- a/.github/workflows/nym-wallet-publish-macos.yml +++ b/.github/workflows/nym-wallet-publish-macos.yml @@ -2,7 +2,7 @@ name: Publish Nym Wallet (MacOS) on: workflow_dispatch: release: - types: [created, published] + types: [created] defaults: run: diff --git a/.github/workflows/nym-wallet-publish-ubuntu.yml b/.github/workflows/nym-wallet-publish-ubuntu.yml index 7ce1089e8ed..46ed4be0764 100644 --- a/.github/workflows/nym-wallet-publish-ubuntu.yml +++ b/.github/workflows/nym-wallet-publish-ubuntu.yml @@ -1,7 +1,7 @@ name: Publish Nym Wallet (Ubuntu) on: release: - types: [created, published] + types: [created] defaults: run: diff --git a/.github/workflows/nym-wallet-publish-windows10.yml b/.github/workflows/nym-wallet-publish-windows10.yml index d8211234be2..cc257fcbc37 100644 --- a/.github/workflows/nym-wallet-publish-windows10.yml +++ b/.github/workflows/nym-wallet-publish-windows10.yml @@ -1,7 +1,7 @@ name: Publish Nym Wallet (Windows 10) on: release: - types: [created, published] + types: [created] defaults: run: