Skip to content

Commit

Permalink
Removed cleanup code for release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachsa committed May 28, 2021
1 parent e8a9397 commit 59e2c06
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- '*'
branches:
- stable

jobs:

Expand Down Expand Up @@ -38,8 +36,3 @@ jobs:
binaries/nccrd-win.exe
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_NCCRD_RELEASES }}

- name: Clean up
run: |
docker image rm nccrd-binaries
rm -rf binaries

0 comments on commit 59e2c06

Please sign in to comment.