New Github actions

This commit is contained in:
Jean-Marie Renouard 2023-09-09 11:13:19 +02:00
parent a99b23e222
commit e7c19632d3

View file

@ -2,7 +2,7 @@ on:
push: push:
# Sequence of patterns matched against refs/tags # Sequence of patterns matched against refs/tags
tags: tags:
- 'v2.2.9' # Push events to matching v*, i.e. v1.0, v20.15.10 - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
name: Create Release name: Create Release
@ -22,9 +22,8 @@ jobs:
tag_name: ${{ github.ref }} tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }} release_name: Release ${{ github.ref }}
body: | body: |
Changes in this Release Changes in this Release:
- First Change Please consult commit log and issue tracker on Github for more information.
- Second Change
draft: true draft: true
prerelease: false prerelease: false
- name: Upload release asset - name: Upload release asset