mirror of
https://github.com/CyberL1/holesail-proxy.git
synced 2025-02-22 18:19:21 -05:00
fix(workflows): use env.RELEASE_VERSION for release tag
This commit is contained in:
parent
3566169f14
commit
2762665529
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -40,6 +40,6 @@ jobs:
|
|||||||
- name: Create release
|
- name: Create release
|
||||||
uses: ncipollo/release-action@v1.15.0
|
uses: ncipollo/release-action@v1.15.0
|
||||||
with:
|
with:
|
||||||
tag: ${{ needs.create-tag.outputs.new_tag }}
|
tag: ${{ env.RELEASE_VERSION }}
|
||||||
artifacts: holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip
|
artifacts: holesail-proxy-${{ matrix.os }}-${{ matrix.arch }}.zip
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user