File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ name: Build, tag and create release
22on :
33 workflow_dispatch :
44 inputs :
5- branch :
6- description : ' Release branch, eg. release/0.MINOR'
7- required : true
8- type : string
95 version :
106 description : ' New release version, eg. 0.MINOR.PATCH'
117 required : true
1915 - name : Checkout release branch
2016 uses : actions/checkout@v2
2117 with :
22- ref : ${{ inputs.branch }}
2318 submodules : true
2419
2520 - name : Cache
9893 echo checksum = ${{ env.BDKFFICHECKSUM }}
9994 echo url = ${{ env.BDKFFIURL }}
10095 sed "s/BDKFFICHECKSUM/${BDKFFICHECKSUM}/;s/BDKFFIURL/${BDKFFIURL}/" Package.swift.txt > Package.swift
96+ git add Sources/BitcoinDevKit/BitcoinDevKit.swift
10197 git add Package.swift
102- git commit -m "Update Package.swift for release ${{ inputs.version }}"
98+ git commit -m "Update BitcoinDevKit.swift and Package.swift for release ${{ inputs.version }}"
10399 git push
104100
105101 - name : Tag new release
You can’t perform that action at this time.
0 commit comments