diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 017c186..08beea6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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