File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -33,17 +33,17 @@ jobs:
3333 exit 1
3434 fi
3535
36- create-tag :
37- runs-on : ubuntu-latest
38- needs : check-version
39- permissions :
40- contents : write
41- steps :
42- -
uses :
jaywcjlove/[email protected] 43- with :
44- version : ${{ needs.check-version.outputs.new_version }}
45- release : true
46- test : ' ^v\d+\.\d+\.\d+$'
36+ # create-tag:
37+ # runs-on: ubuntu-latest
38+ # needs: check-version
39+ # permissions:
40+ # contents: write
41+ # steps:
42+ # - uses: jaywcjlove/[email protected] 43+ # with:
44+ # version: ${{ needs.check-version.outputs.new_version }}
45+ # release: true
46+ # test: '^v\d+\.\d+\.\d+$'
4747
4848 publish-jvm :
4949 name : Publish JVM Package
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ allprojects {
5252}
5353
5454group = " exchange.dydx.abacus"
55- version = " 1.13.0 "
55+ version = " 1.13.1 "
5656
5757repositories {
5858 google()
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'v4_abacus'
3- spec . version = '1.13.0 '
3+ spec . version = '1.13.1 '
44 spec . homepage = 'https://github.com/dydxprotocol/v4-abacus'
55 spec . source = { :http => '' }
66 spec . authors = ''
You can’t perform that action at this time.
0 commit comments