Skip to content

Commit

Permalink
Merge pull request #726 from jmrenouard/master
Browse files Browse the repository at this point in the history
Auto publishing on tags
  • Loading branch information
jmrenouard committed Sep 9, 2023
2 parents 960dd9e + e9cae04 commit 76c2156
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
push:
# Sequence of patterns matched against refs/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

Expand All @@ -22,9 +22,8 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
body: |
Changes in this Release
- First Change
- Second Change
Changes in this Release:
Please consult commit log and issue tracker on Github for more information.
draft: true
prerelease: false
- name: Upload release asset
Expand Down

0 comments on commit 76c2156

Please sign in to comment.