From 4b607f4591126f9e1d5fa973dbe157218ec71977 Mon Sep 17 00:00:00 2001 From: Tommy Leung Date: Sun, 17 May 2020 13:05:25 -0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f79ded5..4b52ae9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,13 +37,13 @@ jobs: FOLDER: dist CLEAN: true - - name: Delete Previous latest Release - uses: author/action-rollback@stable - with: - # Using a tag name - tag: 'latest' - env: - GITHUB_TOKEN: ${{ secrets.GHP_TOKEN }} +# - name: Delete Previous latest Release +# uses: author/action-rollback@stable +# with: +# # Using a tag name +# tag: 'latest' +# env: +# GITHUB_TOKEN: ${{ secrets.GHP_TOKEN }} - name: Create Release id: create_release