diff --git a/.github/workflows/nym-wallet-publish-macos.yml b/.github/workflows/nym-wallet-publish-macos.yml index a29f42224b..d7a3a88002 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 7ce1089e8e..46ed4be076 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 d8211234be..cc257fcbc3 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: