File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 release-type : simple
1919 package-name : release-please-action
2020
21- - uses : actions/checkout@v2
22- - name : Setup upterm session
23- uses : lhotari/action-upterm@v1
21+ # - uses: actions/checkout@v2
22+ # - name: Setup upterm session
23+ # uses: lhotari/action-upterm@v1
2424
25- - name : Update library.properties
26- run : |
27- cd ${{ github.workspace }}
28- version=$(git describe --tags --abbrev=0)
29- sed -i "s/^version=.*/version=${version}/" library.properties
25+ # - name: Update library.properties
26+ # run: |
27+ # cd ${{ github.workspace }}
28+ # version=$(git describe --tags --abbrev=0)
29+ # sed -i "s/^version=.*/version=${version}/" library.properties
Original file line number Diff line number Diff line change 11name =PSACrypto
2- version =0.1.0
2+ version =0.1.0 # x-release-please-version
33author =IoTeX
44maintainer =IoTeX
55sentence =An implementation of the Platform Security Architecture Crypto API for Arduino.
You can’t perform that action at this time.
0 commit comments