From cc4372ac35b52119f6d4e57bb3f27c7967af271b Mon Sep 17 00:00:00 2001 From: UltimatumGamer Date: Mon, 22 Feb 2021 14:14:15 +0100 Subject: [PATCH] Update Workflows --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad456bd..3681632 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,6 @@ jobs: - name: install dependencies run: npm install - name: publish - env: - GITHUB_TOKEN: 4c1e713f496d277ec0d17ac1c5d363b610810641 run: npm run publish publish_on_mac: @@ -30,8 +28,6 @@ jobs: - name: install dependencies run: npm install - name: publish - env: - GITHUB_TOKEN: 4c1e713f496d277ec0d17ac1c5d363b610810641 run: npm run publish publish_on_win: @@ -44,6 +40,4 @@ jobs: - name: install dependencies run: npm install - name: publish - env: - GITHUB_TOKEN: 4c1e713f496d277ec0d17ac1c5d363b610810641 run: npm run publish \ No newline at end of file