Skip to content

Commit 6549fbd

Browse files
committed
Only if tag
1 parent ad2ae60 commit 6549fbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ jobs:
5050
* 2
5151
* 3
5252
InputComesFromHERE
53+
5354
- name: Release
5455
uses: softprops/action-gh-release@v2
56+
if: github.ref_type == 'tag'
5557
with:
5658
body_path: body.txt
5759
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)