Skip to content

Commit

Permalink
Backport no openssl (#585)
Browse files Browse the repository at this point in the history
* Backport rustls support

* update ci

* update ci cache

* update ci cache

* fix release logic

* update release tag policy
  • Loading branch information
awnion authored Sep 21, 2023
1 parent ca3065d commit a5d31aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
if: env.release == 'true'
with:
prerelease: true
tag_name: rc-${{ github.ref_name }}-build-${{ github.run_number }}
tag_name: ${{ github.ref_name }}
files: |
${{ matrix.result }}.tar.gz
name: "Version: ${{ github.ref_name }}"
Expand Down

0 comments on commit a5d31aa

Please sign in to comment.