Skip to content

Commit

Permalink
Update build-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim2091 authored Sep 28, 2024
1 parent 5a3fb05 commit 6c2a2af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'Build release'
on:
push:
branches:
- "kamil-patch"
tags:
- "*"

Expand Down Expand Up @@ -30,6 +32,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
generate_release_notes: true
files: |
Expand Down

0 comments on commit 6c2a2af

Please sign in to comment.