Skip to content

Commit

Permalink
Update create_new_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
woin2ee authored May 12, 2024
1 parent d19b766 commit 99ee5f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/create_new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Create new release

on:
push:
# branches:
# - main
tags:
- '*.*.*'

Expand All @@ -17,6 +15,7 @@ jobs:
- run: echo "Release for tag ${CURRENT_TAG}"
- uses: actions/checkout@v3
- name: Create Release
uses: ncipollo/release-action@v1.13.0
uses: ncipollo/release-action@v1.14.0
with:
bodyFile: "Changelog/${{ github.ref_name }}.md"
draft: true
omitName: true

0 comments on commit 99ee5f8

Please sign in to comment.