Skip to content

Commit

Permalink
Update github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Jul 24, 2024
1 parent 9dad4aa commit ab8c42d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
commitish: master
template: |
## What's Changed
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/ci_github_release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Create Release

#on:
# push:
# tags:
# - 'BOM_*.*.*'
name: Create GitHub Release

on:
workflow_dispatch:
push:
tags:
- 'BOM_*.*.*'

jobs:
create_release:
Expand All @@ -33,4 +30,5 @@ jobs:
release_name: ${{ github.ref }}
body: ${{ steps.drafter.outputs.changelog }}
draft: false
prerelease: false
prerelease: false
target_commitish: master

0 comments on commit ab8c42d

Please sign in to comment.