Skip to content

Commit

Permalink
ci: make version_in_code.yml work with new codebase changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Sep 23, 2023
1 parent 47e908e commit 272c9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_in_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
latest_tag=$(git describe --abbrev=0 --tags)
echo "Updating Neorg Version to $latest_tag"
sed -ri "s/\sversion\s*=\s*\"[0-9]+\.[0-9]+\.[0-9]+\",$/ version = \"${latest_tag:1}\",/" lua/neorg/config.lua
sed -ri "s/\sversion\s*=\s*\"[0-9]+\.[0-9]+\.[0-9]+\",$/ version = \"${latest_tag:1}\",/" lua/neorg/core/config.lua
- name: Commit Changes
run: |
Expand Down

0 comments on commit 272c9db

Please sign in to comment.