File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,9 @@ jobs:
108
108
- name : Create GitHub Release
109
109
env :
110
110
GITHUB_TOKEN : ${{ github.token }}
111
- run : >-
112
- gh release create
113
- '${{ github.ref_name }}'
114
- --repo '${{ github.repository }}'
115
- --notes ""
111
+ run : |
112
+ gh release view '${{ github.ref_name }}' --repo '${{ github.repository }}' || \
113
+ gh release create '${{ github.ref_name }}' --repo '${{ github.repository }}' --notes ""
116
114
- name : Upload artifact signatures to GitHub Release
117
115
env :
118
116
GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 1
- VERSION = '2.0.5 '
1
+ VERSION = '2.0.6 '
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " authsignal"
3
- version = " 2.0.5 "
3
+ version = " 2.0.6 "
4
4
description = " Authsignal Python SDK for Passwordless Step Up Authentication"
5
5
authors = [
" justinsoong <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments