Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supertommy committed May 17, 2020
1 parent e262967 commit 213ba61
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 213ba61

Please sign in to comment.