Skip to content

Commit

Permalink
feat: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
stonex committed Nov 22, 2021
1 parent 820b2f9 commit b8b2a2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run semantic-release
if: github.repository == 'casbin/casbin-cpp' && github.event_name == 'push'
if: github.repository == 'sheny1xuan/casbin-cpp' && github.event_name == 'push'
run: |
export PATH="$(yarn global bin):$PATH"
yarn global add semantic-release
Expand All @@ -25,6 +25,6 @@ jobs:
- name: UpdateCmake
if: github.repository == 'casbin/casbin-cpp' && github.event_name == 'push'
run: |
# LatestTAG=`git describe --tags`
# cmake_version_updated=" VERSION ${LatestTAG:1}"
# sed -i "/[[:space:]]VERSION/c\\${cmake_version_updated}" CMakeLists.txt
LatestTAG=`git describe --tags`
cmake_version_updated=" VERSION ${LatestTAG:1}"
sed -i "/[[:space:]]VERSION/c\\${cmake_version_updated}" CMakeLists.txt

0 comments on commit b8b2a2e

Please sign in to comment.