Skip to content

Commit

Permalink
remove build step from release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhristof committed May 6, 2021
1 parent b44417a commit 8e0e59e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make build
- run: make zip
- name: Create Release
id: create_release
Expand Down

0 comments on commit 8e0e59e

Please sign in to comment.