Skip to content

Commit

Permalink
feat: 3
Browse files Browse the repository at this point in the history
  • Loading branch information
stonex committed Nov 22, 2021
1 parent d74bbda commit 5a0570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: UpdateCmake
if: github.repository == 'casbin/casbin-cpp' && github.event_name == 'push'
if: github.repository == 'sheny1xuan/casbin-cpp' && github.event_name == 'push'
run: |
LatestTAG=`git describe --tags`
cmake_version_updated=" VERSION ${LatestTAG:1}"
Expand Down

0 comments on commit 5a0570a

Please sign in to comment.