Skip to content

Commit

Permalink
IGNORE
Browse files Browse the repository at this point in the history
  • Loading branch information
AeroStun committed Mar 18, 2022
1 parent bb7d32b commit b219cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
make-release:
name: Publish release
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
needs: [build-ubuntu, build-macos, build-windows, package-deb, package-rpm]
needs: [build-ubuntu, build-macos, build-windows]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b219cc8

Please sign in to comment.