From b1d5dc0d29ea88024e33473b81e778c8e3e18e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berk=20Alt=C4=B1ok?= Date: Sun, 3 Jan 2021 23:25:38 +0300 Subject: [PATCH] Delete main.workflow --- .github/workflows/main.workflow | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/workflows/main.workflow diff --git a/.github/workflows/main.workflow b/.github/workflows/main.workflow deleted file mode 100644 index 43a9370..0000000 --- a/.github/workflows/main.workflow +++ /dev/null @@ -1,10 +0,0 @@ -workflow "publish on release" { - on = "release" - resolves = ["publish"] -} - -action "publish" { - uses = "actions/npm@master" - args = "publish" - secrets = ["NPM_AUTH_TOKEN"] -}