File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v2
1616
1717 - name : Run semantic-release
18- if : github.repository == 'divy9881 /casbin-cpp' && github.event_name == 'push'
18+ if : github.repository == 'casbin /casbin-cpp' && github.event_name == 'push'
1919 run : |
2020 export PATH="$(yarn global bin):$PATH"
2121 yarn global add semantic-release
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Casbin-CPP
22====
33
44[ ![ Build Status] ( https://dev.azure.com/Casbin/casbin/_apis/build/status/casbin.casbin-cpp?branchName=master )] ( https://dev.azure.com/Casbin/casbin/_build?definitionId=2&branchName=master )
5+ [ ![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/casbin/casbin-cpp )] ( https://github.com/casbin/casbin/releases/latest )
56[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
67[ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/casbin/lobby )
78
You can’t perform that action at this time.
0 commit comments