Update Build_mR-NB.yml

test
This commit is contained in:
Dimitrij
2025-08-14 11:23:18 +01:00
committed by GitHub
parent 78af721250
commit 57cce7ec22

View File

@@ -70,13 +70,14 @@ jobs:
- name: (09) Create release
id: create_release
uses: actions/create-release@v1
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: ${{ github.ref_name }}
release_name: Release ${{ github.ref_name }}
files: $ZIP
body: |
Changes in this Release
- First Change