Skip to content

Commit 411d742

Browse files
committed
remove comment notes
1 parent f9025aa commit 411d742

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build-and-release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Build and Release
22

3-
# make it callable with required input of release-notes string
43
on:
54
workflow_dispatch:
65
inputs:
@@ -18,15 +17,6 @@ on:
1817
type: boolean
1918
default: true
2019

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-
3020
jobs:
3121
build:
3222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)