mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2025-01-23 21:44:59 +03:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
8f2d7b880f
commit
37a3b1f529
2
.github/workflows/mikrotik_patch.yml
vendored
2
.github/workflows/mikrotik_patch.yml
vendored
@ -385,7 +385,7 @@ jobs:
|
|||||||
- name: Create Release tag ${{ env.LATEST_VERSION }} ${{ matrix.arch }}
|
- name: Create Release tag ${{ env.LATEST_VERSION }} ${{ matrix.arch }}
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
name: "RouterOS ${{ env.LATEST_VERSION }}"
|
name: "RouterOS ${{ env.LATEST_VERSION }} ${{ matrix.arch }}"
|
||||||
body_path: "CHANGELOG"
|
body_path: "CHANGELOG"
|
||||||
tag_name: ${{ env.LATEST_VERSION }}${{ env.ARCH }}
|
tag_name: ${{ env.LATEST_VERSION }}${{ env.ARCH }}
|
||||||
make_latest: ${{ matrix.channel == 'stable'}}
|
make_latest: ${{ matrix.channel == 'stable'}}
|
||||||
|
Loading…
Reference in New Issue
Block a user