modified: .github/workflows/mikrotik_patch.yml

This commit is contained in:
zyb 2024-07-12 06:17:57 +08:00
parent 8f2d7b880f
commit 37a3b1f529

View File

@ -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'}}