Skip to content

Commit

Permalink
remove asset deletion from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Apr 23, 2024
1 parent bde5ad3 commit 93e6d9b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dist.yml
Expand Up @@ -40,12 +40,6 @@ jobs:
- name: Install node modules
run: npm install

- name: Delete current release assets
uses: Kellojo/delete-release-assets-action@v1.9
with:
delete-only-drafts: true
github-access-token: ${{ secrets.GITHUB_TOKEN }}

- name: Linux build
run: npm run dist:linux -- --publish always
env:
Expand Down

0 comments on commit 93e6d9b

Please sign in to comment.