git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f6278c
)
finetune automatic release announcement
author
gggeek
<giunta.gaetano@gmail.com>
Sat, 7 Jan 2023 19:15:25 +0000
(19:15 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Sat, 7 Jan 2023 19:15:25 +0000
(19:15 +0000)
.github/workflows/cd.yaml
patch
|
blob
|
history
diff --git
a/.github/workflows/cd.yaml
b/.github/workflows/cd.yaml
index
1405e5f
..
ddacafe
100644
(file)
--- a/
.github/workflows/cd.yaml
+++ b/
.github/workflows/cd.yaml
@@
-82,7
+82,6
@@
jobs:
if: ${{ github.ref_type == 'tag' && startsWith(github.ref_name, '4.') }}
run: |
tar -cvzf demofiles.tgz demo
- echo "## XML-RPC for PHP version ${{ github.ref_name }} - $(date +%Y/%m/%d)" > announcement.txt
tail -n+2 NEWS.md | sed '/## XML-RPC for PHP version/Q' >> announcement.txt
- name: create release on github