We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9025aa commit 411d742Copy full SHA for 411d742
.github/workflows/build-and-release.yml
@@ -1,6 +1,5 @@
1
name: Build and Release
2
3
-# make it callable with required input of release-notes string
4
on:
5
workflow_dispatch:
6
inputs:
@@ -18,15 +17,6 @@ on:
18
17
type: boolean
19
default: true
20
21
-# in the first job
22
-# first, run on ubuntu-latest
23
-# then, install dependencies: moreutils, debhelper and help2man
24
-# then, using the input version create a v{input.version} tag at the head of the branch
25
-# then, checkout this repo
26
-# then, run the bash scripts: /scripts/package-deb and /scripts/package-tarball
27
-# in the next job
28
-# create a release using ncipollo/release-action@v1 to attach release notes and the artifacts and tag from the previous job
29
-
30
jobs:
31
build:
32
runs-on: ubuntu-latest
0 commit comments