fix(workflows): use env.RELEASE_VERSION for release tag

This commit is contained in:
CyberL1 2025-02-16 10:06:15 +01:00
parent 3566169f14
commit 2762665529

View File

@ -40,6 +40,6 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1.15.0
with:
tag: ${{ needs.create-tag.outputs.new_tag }}
tag: ${{ env.RELEASE_VERSION }}
artifacts: holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip
allowUpdates: true