We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bb16c commit 4877cb5Copy full SHA for 4877cb5
.github/workflows/build.yml
@@ -4,7 +4,7 @@ jobs:
4
make-release:
5
name: Publish release
6
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
7
- needs: [build-ubuntu, build-macos, build-windows, package-deb]
+ needs: [build-ubuntu, build-macos, build-windows, package-deb, package-rpm]
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
0 commit comments